MailgunTransport
class MailgunTransport extends Transport (View source)
Properties
array | $plugins | The plug-ins registered with the transport. | from Transport |
Methods
void
registerPlugin(
Swift_Events_EventListener $plugin)
Register a plug-in with the transport.
from Transport
void
__construct(
ClientInterface $client,
string $key,
string $domain)
Create a new Mailgun transport instance.
send(
Swift_Mime_Message $message, $failedRecipients = null)
{@inheritdoc}
string
getKey()
Get the API key being used by the transport.
string
setKey(
string $key)
Set the API key being used by the transport.
string
getDomain()
Get the domain being used by the transport.
void
setDomain(
string $domain)
Set the domain being used by the transport.
Details
at line line 47
void
__construct(
ClientInterface $client,
string $key,
string $domain)
Create a new Mailgun transport instance.