$this subject(string $subject) Set the subject of the message. Parameters string $subject Return Value $this
$this sender(string|array $address, string|null $name = null) Set the "sender" of the message. Parameters string|array $address string|null $name Return Value $this
$this returnPath(string $address) Set the "return path" of the message. Parameters string $address Return Value $this
$this replyTo(string|array $address, string|null $name = null) Add a reply to address to the message. Parameters string|array $address string|null $name Return Value $this
$this priority(int $level) Set the message priority level. Parameters int $level Return Value $this
Swift_Message getSwiftMessage() Get the underlying Swift Message instance. Return Value Swift_Message
$this from(string|array $address, string|null $name = null) Add a "from" address to the message. Parameters string|array $address string|null $name Return Value $this
string embedData(string $data, string $name, string|null $contentType = null) Embed in-memory data in the message and get the CID. Parameters string $data string $name string|null $contentType Return Value string
string embed(string $file) Embed a file in the message and get the CID. Parameters string $file Return Value string
$this cc(string|array $address, string|null $name = null) Add a carbon copy to the message. Parameters string|array $address string|null $name Return Value $this
Page 486 of 996