

 The [Amazon SDK for JavaScript V3 API Reference Guide](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/) describes in detail all the API operations for the Amazon SDK for JavaScript version 3 (V3). 

# Amazon Simple Email Service examples
<a name="ses-examples"></a>

Amazon Simple Email Service (Amazon SES) is a cloud-based email sending service designed to help digital marketers and application developers send marketing, notification, and transactional emails. It is a reliable, cost-effective service for businesses of all sizes that use email to keep in contact with their customers.

![\[Relationship between JavaScript environments, the SDK, and Amazon SES\]](http://docs.amazonaws.cn/en_us/sdk-for-javascript/v3/developer-guide/images/images_bjs/code-samples-ses.png)


The JavaScript API for Amazon SES is exposed through the `SES` client class. For more information about using the Amazon SES client class, see [Class: SES](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ses/Class/SES/) in the API Reference.

**Topics**
+ [Managing Amazon SES identities](ses-examples-managing-identities.md)
+ [Working with email templates in Amazon SES](ses-examples-creating-template.md)
+ [Sending email using Amazon SES](ses-examples-sending-email.md)