class SesDriver implements MailDriverInterface (View source)

Methods

void
__construct(array $config)

SesDriver constructor

SesClient
initializeSesClient()

Get the SES Instance

bool
send(Message $message)

Send message

Details

void __construct(array $config)

SesDriver constructor

Parameters

array $config

Return Value

void

SesClient initializeSesClient()

Get the SES Instance

Return Value

SesClient

bool send(Message $message)

Send message

Parameters

Message $message

Return Value

bool