You are here

service amazon_ses.client in Amazon SES 2.0.x

Class

Aws\Ses\SesClient
3 string references to amazon_ses.client
AmazonSesClientServiceTest::testCreateInstance in tests/src/Kernel/AmazonSesClientServiceTest.php
Tests that the client service creates a SesClient object.
AmazonSesHandlerTest::testFailedSend in tests/src/Kernel/AmazonSesHandlerTest.php
Tests that a failed send is handled.
AmazonSesHandlerTest::testSend in tests/src/Kernel/AmazonSesHandlerTest.php
Tests that the handler successfully sends an email.

File

./amazon_ses.services.yml
amazon_ses.services.yml

View source
  1. class: Aws\Ses\SesClient
  2. factory: 'amazon_ses.client_factory:createInstance'
  3. arguments:
  4. - '%amazon_ses_client.options%'
  5. - '@config.factory'