🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › set up email sending with amazon ses
Set up email sending with Amazon SES - AWS Documentation
You can send an email with Amazon Simple Email Service (Amazon SES) using the Amazon SES console, the Amazon SES Simple Mail Transfer Protocol (SMTP) interface, or the Amazon SES API. You typically use the console to send test emails and manage your sending activity.
🌐
Amazon Web Services
aws.amazon.com › getting started › hands-on
Send an Email with Amazon SES - AWS
September 10, 2025 - Note: For your initial domain, it is recommended that you verify a valid domain that displays identifiable information about your organization to establish your reputation with AWS as a trusted email sender. Leave default selections for Add MAIL FROM domain - optional, and choose Next. Review your inputs, and choose Get started. Sign in to the email client you use to receive email for the email address you entered in the previous step. In your email client, open the message from Amazon Web Services asking you to confirm that you own the email address. Select the link in the message. Navigate back to the Amazon SES console, and confirm that the status of the email address in the Amazon SES console is verified.
Discussions

Advice on email sending (not via SES)

If you are using SendGrid why not send as API call not as SMTP?

We use a similar service and it works well for us.

More on reddit.com
🌐 r/aws
5
0
October 25, 2012
What is verified email address in ses sandbox?
Verified email is the one you set up in SES, it’s typically used for testing it’s functionality and set up. While you are in Sandbox, this email is the only one able to receive mail from SES. When you are ready to go live, I believe you need to request to be moved out of Sandbox account and then you can send emails to whoever you need. SES documentation will have more details More on reddit.com
🌐 r/aws
3
1
August 22, 2019
Cannot authorise - SES Update Email Template - via IAM Policy
Your resource ARN looks wrong. You can find the format of SES ARN's here . You can try: Resource: "arn:aws:ses:us-east-1::template/*" edit: You may also need to add other resource types (eg. identity) to make your lambda run properly. More on reddit.com
🌐 r/aws
15
1
October 21, 2020
How do you guys manage your SES email templates?
🌐 r/aws
9
1
December 6, 2018
🌐
AWS
docs.aws.amazon.com › amazon ses documentation › api reference › actions › sendemail
SendEmail - Amazon Simple Email Service
DocumentationAmazon SES DocumentationAPI Reference ... Composes an email message and immediately queues it for sending.
🌐
Amazon Web Services
aws.amazon.com › products › business applications › amazon simple email service
Cloud Email Sending Service - Amazon Simple Email Service - AWS
2 days ago - Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service provider that allows developers to send email from within any application.
🌐
AWS
awscli.amazonaws.com › v2 › documentation › api › latest › reference › ses › send-email.html
send-email — AWS CLI 2.27.39 Command Reference - ses
This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. ... This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you ...
🌐
EmailToolTester
emailtooltester.com › home › blog › free email marketing services
The 17 Best Free Email Marketing Services for 2025
5 days ago - Joining the likes of Mailchimp ... Amazon SES service that provides the email infrastructure. The AWS account is optional now, though, meaning that you can use it just like any other newsletter service. They offer a generous free plan with up to 2,500 subscribers and a monthly sending limit of 10,000 ...
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › set up email sending with amazon ses › using the amazon ses smtp interface to send email
Using the Amazon SES SMTP interface to send email - Amazon Simple Email Service
To send production email through Amazon SES, you can use the Simple Mail Transfer Protocol (SMTP) interface or the Amazon SES API. For more information about the Amazon SES API, see Using the Amazon SES API to send email.
Find elsewhere
🌐
Supabase
supabase.com › docs › guides › self-hosting › docker
Self-Hosting with Docker | Supabase Docs
10 hours ago - You will need to use a production-ready SMTP server for sending emails. You can configure the SMTP server by updating the following environment variables: ... We recommend using AWS SES. It's extremely cheap and reliable.
🌐
AWS re:Post
repost.aws › knowledge-center › lambda-send-email-ses
Use Lambda and Amazon SES to send email | AWS re:Post
March 24, 2025 - us-west-2 with the AWS Region that your verified Amazon SES identity is in. "RecipientEmailAddress", ... with the email address or addresses that you want to send the email to.
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › set up email sending with amazon ses › using the amazon ses api to send email
Using the Amazon SES API to send email - AWS Documentation
To send production email through Amazon SES, you can use the Simple Mail Transfer Protocol (SMTP) interface or the Amazon SES API. For more information about the SMTP interface, see Using the Amazon SES SMTP interface to send email.
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › monitoring your amazon ses sending activity
Monitoring your Amazon SES sending activity - Amazon Simple Email Service
Monitor your current sending activity by regularly watching your number of bounces, complaints, deliveries, sent emails, and rejected emails to identify and correct problems right away.
🌐
freeCodeCamp
freecodecamp.org › news › set-up-aws-simple-email-service
How to Set Up AWS Simple Email Service
March 27, 2023 - First, login into your AWS Management Console account and search for Simple Email Service. Select the Amazon Simple Email Service. ... This will lead you to an SES Console. To start sending emails, you'll need to create an identity.
🌐
Amazon Web Services
docs.aws.amazon.com › cli › latest › reference › ses › send-email.html
send-email — AWS CLI 2.32.20 Command Reference
This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. ... This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you ...
🌐
AWS
docs.aws.amazon.com › javascript sdk › developer guide for sdk v2 › sdk for javascript code examples › amazon simple email service examples › sending email using amazon ses
Sending Email Using Amazon SES - AWS SDK for JavaScript
To call the sendEmail method, create a promise for invoking an Amazon SES service object, passing the parameters. Then handle the response in the promise callback. // Load the AWS SDK for Node.js var AWS = require("aws-sdk"); // Set the region AWS.config.update({ region: "REGION" }); // Create ...
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › set up email sending with amazon ses › using the amazon ses api to send email › sending formatted email using the amazon ses api
Sending formatted email using the Amazon SES API - Amazon Simple Email Service
The Amazon SES API provides the SendEmail action, which lets you compose and send a formatted email. SendEmail requires a From: address, To: address, message subject, and message body—text, HTML, or both.
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › what is amazon ses?
What is Amazon SES? - Amazon Simple Email Service
You can send email from Amazon EC2 by using an AWS SDK · , by using the Amazon SES SMTP interface, or by making calls directly to the Amazon SES API.
🌐
AWS
docs.aws.amazon.com › amazon simple email service › developer guide › verified identities in amazon ses › sending test emails in amazon ses with the simulator
Sending test emails in Amazon SES with the simulator - Amazon Simple ...
When you send an email to a mailbox simulator address, you must send it through Amazon SES, by using the AWS CLI, an AWS SDK, the Amazon SES console, the Amazon SES SMTP interface, or the Amazon SES API.