class
Illuminate
/
Mail
/
Transport
/
SesTransport
You are viewing an older version of the documentation. For the latest, please visit master documentation.
SesTransport
Extends
Properties
protected
$ses Aws\...\SesClient
The Amazon SES instance.
Default: null
protected
$options array
The Amazon SES transmission options.
Default: []
Methods
public
__construct ( Aws\...\SesClient $ses , $options ) : void
Create a new SES transport instance.
Parameters
- $ses Aws\...\SesClient
- $options array
public
send ( Swift_Mime_SimpleMessage $message , $failedRecipients ) : int
{@inheritdoc}
public
ses ( ) : Aws\...\SesClient
Get the Amazon SES client for the SesTransport instance.
public
getOptions ( ) : array
Get the transmission options being used by the transport.
public
setOptions ( array $options ) : array
Set the transmission options being used by the transport.
Parameters
- $options array