Message
class Message (View source)
Methods
void __construct(Swift_Message $swift) Create a new message instance. $this from(string|array $address, string|null $name = null) Add a "from" address to the message. $this sender(string|array $address, string|null $name = null) Set the "sender" of the message. $this returnPath(string $address) Set the "return path" of the message. $this to(string|array $address, string|null $name = null, bool $override = false) Add a recipie