Amazon SES examples using the Amazon SDK for PHP Version 3 - Amazon SDK for PHP
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon SES examples using the Amazon SDK for PHP Version 3

Amazon Simple Email Service (Amazon SES) is an email platform that provides an easy, money-saving way for you to send and receive email using your own email addresses and domains. For more information about Amazon SES, see the Amazon SES Developer Guide.

Amazon offers two versions of Amazon SES service and, correspondingly, the SDK for PHP offers two versions of the client: SesClient and SesV2Client. The functionality of the clients overlap in many cases although the way the methods are called or the results may differ. The two APIs also offer exclusive features, so you can use both clients to access all the functionality.

The examples in this section all use the original, SesClient.

All the example code for the Amazon SDK for PHP Version 3 is available here on GitHub.