class SesAdapter implements MailAdapterInterface (View source)

Methods

void
__construct(array $config)

SesAdapter constructor

SesClient
initializeSesClient()

Get the SES Instance

bool
send(Envelop $envelop)

Send env$envelop

Details

void __construct(array $config)

SesAdapter constructor

Parameters

array $config

Return Value

void

SesClient initializeSesClient()

Get the SES Instance

Return Value

SesClient

bool send(Envelop $envelop)

Send env$envelop

Parameters

Envelop $envelop

Return Value

bool