AWS with .NET SES Tutorials



How to Create Amazon SES Email Identities and Contact Lists Using the AWS CLI

Learn how to create and verify Amazon SES email identities and manage contact lists using the AWS CLI. Step-by-step commands for developers using SES.


Introduction to Amazon Simple Email Service (SES) with .NET

Learn Amazon Simple Email Service -- SES. Amazon SES is a cloud-based email service that can integrate into any application to generate single emails like order invoices and account confirmations as well as high volume marketing campaigns.


Using Amazon Simple Email Service (SES) to Send Bulk Emails with .NET

Learn how to send bulk templated emails with Amazon SES using .NET and the AWS SDK. Build contact lists, create SES templates, and send newsletters with C#.


Using Amazon Simple Email Service (SES) to Send Single Emails with .NET

Learn how to send single emails with Amazon Simple Email Service (SES) using .NET and the AWS SDK. Includes C# code examples and a simple implementation.