MailgunTransport::setDomain()

void setDomain(string $domain) Set the domain being used by the transport. Parameters string $domain Return Value void

MailgunTransport::send()

send(Swift_Mime_Message $message, $failedRecipients = null) {@inheritdoc} Parameters Swift_Mime_Message $message $failedRecipients

MailgunTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

MailgunTransport::isStarted()

isStarted() {@inheritdoc}

MailgunTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

MailgunTransport::getDomain()

string getDomain() Get the domain being used by the transport. Return Value string

MailgunTransport

MailgunTransport class MailgunTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

MailFake::to()

MailableMailer to(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer

MailFake::sent()

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

MailFake::send()

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