public
mail( mixed$message_or_attributes, array$options = [] )
: boolean
Sends a message using the mailer available at $app->mailer. The message may be specified as an array of attributes to create a Message instance, or directly a Message instance.
Sends a message using the mailer available at $app->mailer. The message may be specified as an array of attributes to create a Message instance, or directly a Message instance.