mailer static method
Gets a mailer instance.
name is the optional transport name. If not provided, uses default.
Implementation
static MailerInterface mailer([String? name]) => manager.mailer(name);
Gets a mailer instance.
name is the optional transport name. If not provided, uses default.
static MailerInterface mailer([String? name]) => manager.mailer(name);