ICanBoogie
  • Documentation
  • API Reference
  • bind-mailer 0.1.x
Namespaces
  • ICanBoogie
    • Binding
      • Mailer
Classes
  • BeforeMailEvent
  • Hooks
  • MailEvent
Traits
  • CoreBindings

Trait CoreBindings

\ICanBoogie\Core prototype bindings.

Namespace: ICanBoogie\Binding\Mailer
Located at CoreBindings.php

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
bind-mailer 0.1.x – Check on GitHub – API documentation generated by ApiGen