void setDomain(string $domain) Set the domain being used by the transport. Parameters string $domain Return Value void
send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} Parameters Swift_Mime_Message $message $failedRecipients
void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void
isStarted() {@inheritdoc}
string getKey() Get the API key being used by the transport. Return Value string
string getDomain() Get the domain being used by the transport. Return Value string
MailgunTransport class MailgunTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport
MailableMailer to(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer
Collection sent(string $mailable, callable|null $callback = null) Get all of the mailables matching a truth-test callback. Parameters string $mailable callable|null $callback Return Value Collection
void send(string|array $view, array $data = array(), Closure|string $callback = null) Send a new message using a view. Parameters string|array $view array $data Closure|string $callback Return Value void
Page 512 of 996