Class Hooks
Hooks
Methods summary
public static
get_mailer( ICanBoogie\Core $app )
: ICanBoogie\Mailer\Mailer
Returns a ICanBoogie\Mailer\Mailer instance.
public static
mail( ICanBoogie\Core $app, array|ICanBoogie\Mailer\Message $message, array $options = [] )
: mixed
Sends a message using the mailer available at $app->mailer. The message may be specified
as an array of attributes to create a ICanBoogie\Mailer\Message instance, or directly
a ICanBoogie\Mailer\Message instance.