

The AWS SDK for JavaScript v2 has reached end-of-support. We recommend that you migrate to [AWS SDK for JavaScript v3](https://docs.aws.amazon.com//sdk-for-javascript/v3/developer-guide/). For additional details and information on how to migrate, please refer to this [announcement](https://aws.amazon.com/blogs//developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/).

# 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.aws.amazon.com/sdk-for-javascript/v2/developer-guide/images/code-samples-ses.png)


The JavaScript API for Amazon SES is exposed through the `AWS.SES` client class. For more information about using the Amazon SES client class, see [https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html) 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)
+ [Using IP Address Filters for Email Receipt in Amazon SES](ses-examples-ip-filters.md)
+ [Using Receipt Rules in Amazon SES](ses-examples-receipt-rules.md)