setTo() public method
Sets the message recipient(s).
| public $this setTo ( $to ) | ||
|---|---|---|
| $to | string|array | 
 Receiver email address. You may pass an array of addresses if multiple recipients should receive this message. You may also specify receiver name in addition to email address using format:   |  
| return | $this | 
 Self reference.  |  
Please login to continue.