Mailer
class Mailer implements Mailer, MailQueue (View source)
Methods
void __construct(Factory $views, Swift_Mailer $swift, Dispatcher $events = null) Create a new Mailer instance. void alwaysFrom(string $address, string|null $name = null) Set the global from address and name. void alwaysTo(string $address, string|null $name = null) Set the global to address and name. MailableMailer to(mixed $users) Begin the process of mailing a mailable class instance. MailableMailer