setFrom() public abstract method
Sets the message sender.
public abstract $this setFrom ( $from ) | ||
---|---|---|
$from | string|array |
Sender email address. You may pass an array of addresses if this message is from multiple people. You may also specify sender name in addition to email address using format: |
return | $this |
Self reference. |
Please login to continue.