SesTransport
class SesTransport extends AbstractTransport implements Stringable (View source)
Properties
protected SesClient | $ses | The Amazon SES instance. |
|
protected array | $options | The Amazon SES transmission options. |
Methods
Create a new SES transport instance.
{@inheritDoc}
Extract the SES list management options, if applicable.
Get the Amazon SES client for the SesTransport instance.
Get the transmission options being used by the transport.
Set the transmission options being used by the transport.
Get the string representation of the transport.
Details
void
__construct(SesClient $ses, array $options = [])
Create a new SES transport instance.
protected void
doSend(SentMessage $message)
{@inheritDoc}
protected array|null
listManagementOptions(SentMessage $message)
Extract the SES list management options, if applicable.
SesClient
ses()
Get the Amazon SES client for the SesTransport instance.
array
getOptions()
Get the transmission options being used by the transport.
array
setOptions(array $options)
Set the transmission options being used by the transport.
string
__toString()
Get the string representation of the transport.