$this subject(string $subject) Set the subject of the message. Parameters string $subject Return Value $this
void send(Mailer $mailer) Send the message using the given mailer. Parameters Mailer $mailer Return Value void
$this replyTo(object|array|string $address, string|null $name = null) Set the "reply to" address of the message. Parameters object|array|string $address string|null $name Return Value $this
mixed queue(Factory $queue) Queue the message for sending. Parameters Factory $queue Return Value mixed
mixed queue(Factory $queue) Queue the given message. Parameters Factory $queue Return Value mixed
$this priority(int $level = 3) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this
mixed later(DateTime|int $delay, Factory $queue) Deliver the queued message after the given delay. Parameters DateTime|int $delay Factory $queue Return Value mixed
$this from(object|array|string $address, string|null $name = null) Set the sender of the message. Parameters object|array|string $address string|null $name Return Value $this
Page 519 of 996