Trait CoreBindings
\ICanBoogie\Core prototype bindings.
Methods summary
Magic methods summary
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.
Parameters
$message_or_attributes
$options
Returns
boolean
Properties summary
Magic properties
public
$mailer
: ICanBoogie\Mailer\Mailer