You are here

public function AmazonSesHandlerInterface::send in Amazon SES 2.0.x

Send an email using the AWS SDK.

Parameters

array $message: An array of message data.

Return value

string|bool The message ID tf successful, or FALSE if an error occurs.

1 method overrides AmazonSesHandlerInterface::send()
AmazonSesHandler::send in src/AmazonSesHandler.php
Send an email using the AWS SDK.

File

src/AmazonSesHandlerInterface.php, line 19

Class

AmazonSesHandlerInterface
Interface for the Amazon SES handler.

Namespace

Drupal\amazon_ses

Code

public function send(array $message);