Class Hooks
Methods summary
public static
core_lazy_get_mailer( ICanBoogie\Core $app
)
: ICanBoogie\Mailer\Mailer
Returns a ICanBoogie\Mailer\Mailer
instance.
public static
core_mail( ICanBoogie\Core $app
, array|ICanBoogie\Mailer\Message
$message
, array $options
= [] )
: mixed
Send the message using the mailer available at $app->mailer
.