SesV2Transport
class SesV2Transport extends AbstractTransport implements Stringable
Methods
Create a new SES transport instance.
No description
Extract the SES list management options, if applicable.
Get the Amazon SES V2 client for the SesV2Transport 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
at line 21
__construct(SesV2Client $ses, array $options = [])
Create a new SES transport instance.
at line 31
protected void
doSend(SentMessage $message)
No description
at line 89
protected array|null
listManagementOptions(SentMessage $message)
Extract the SES list management options, if applicable.
at line 104
SesV2Client
ses()
Get the Amazon SES V2 client for the SesV2Transport instance.
at line 112
array
getOptions()
Get the transmission options being used by the transport.
at line 123
array
setOptions(array $options)
Set the transmission options being used by the transport.
Boot-only. Mutates the shared transport's SES send options; per-request use races across coroutines.
at line 131
string
__toString()
Get the string representation of the transport.