Browse through the questions and answers listed below or filter and sort to narrow down your results.
1
answers
0
votes
2
views
AWS-User-2114793
asked 3 hours ago
1
answers
0
votes
1
views
AWS-User-0061433
asked 5 days ago
0
answers
0
votes
1
views
Pairfum-London
asked 5 days ago
1
answers
0
votes
4
views
Tom Peterson
asked 5 days ago
0
answers
0
votes
1
views
sebak2003
asked 6 days ago
0
answers
0
votes
2
views
SteveC
asked 7 days ago
Amazon SES: SMTP interface to send email based on template
Hello,
Amazon SES: is is possible to send emails via SMTP interface leveraging SES email templates?
If so, I would appreciate some links where I can find more information how to do it.
Of course, it is possible to send templated emails using SDK/CLI, the question is how to do it using SMTP interface.
Thanks,
Mariusz
Accepted AnswerAmazon Simple Email Service
1
answers
0
votes
2
views
Mariusz
asked 7 days ago
1
answers
0
votes
4
views
rossmpersonal
asked 7 days ago
1
answers
0
votes
3
views
AWS-User-9958262
asked 9 days ago
1
answers
0
votes
5
views
Jess
asked 10 days ago
0
answers
0
votes
4
views
AWS-User-8118589
asked 10 days ago
1
answers
0
votes
1
views
AWS-User-6365177
asked 11 days ago
0
answers
0
votes
0
views
AWS-User-5084881
asked 12 days ago
SES refuses to send email from own domain even though domain and email address are verified + no sandbox
Hi,
I have added my own domain (a namecheap domain) to AWS SES and created the CNAME records there about a week ago to use Easy DKIM. I added an email address within this domain, say test@example.com, example.com being the aforementioned domain. Both were successfully verified by AWS as it can be seen by the green checkmark: [image](https://i.imgur.com/cQDfxhe.png)
However, when I want to send an email from this domain via boto3, I get a MessageRejected error: "An error occurred (MessageRejected) when calling the SendEmail operation: Email address is not verified. The following identities failed the check in region my-region: correct-arn-of-identity."
The region is correct and my account is not in the sandbox anymore. It works to send from an existing email address, eg example@gmail.com.
How can I send emails from my own domain?
Edit as requested, here is the relevant code:
ses_client = boto3.client("ses")
response = ses_client.send_email(
Source=source_email_address,
Destination={
"ToAddresses": [
destination_email_address,
],
},
Message={
"Subject": {"Data": subject, "Charset": "utf-8"},
"Body": {
"Text": {"Data": email_txt, "Charset": "utf-8"},
},
},
SourceArn=f"arn:aws:ses:MyRegion:MyAWSAccount:identity/{source_email_address}",
ReturnPathArn=f"arn:aws:ses:MyRegion:MyAWSAccount:identity/{source_email_address}",
)
Accepted AnswerAmazon Simple Email Service
1
answers
0
votes
2
views
duplex
asked 14 days ago
0
answers
0
votes
0
views
Bklaus AWS-User-6999354
asked 15 days ago
0
answers
0
votes
3
views
AWS-User-3316911
asked 16 days ago
0
answers
0
votes
3
views
AWS-User-8614419
asked 17 days ago
0
answers
0
votes
0
views
AWS-User-9487273
asked 17 days ago
3
answers
0
votes
2
views
Pairfum-London
asked 18 days ago
0
answers
1
votes
3
views
Enbar
asked 19 days ago
0
answers
0
votes
3
views
Gal Baras
asked 20 days ago
Sending SES emails using UTF-8 characters in the address
I was curious if there was any update to this [Stackoverflow question](https://stackoverflow.com/questions/38808009/does-amazon-ses-support-utf-8-email-addresses) but noticed that the original post has been archived and I could not find any details on what is supported by SES in the current documentation.
Basically, is it possible today to send an email to myemail+✖@gmail.com (where ✖ is a UTF-8 character) or is SES still limited by [RFC-822](http://www.ietf.org/rfc/rfc0822.txt) that only supports ASCII characters?
Accepted AnswerAmazon Simple Email Service
1
answers
0
votes
3
views
nbouvrette
asked 21 days ago
0
answers
0
votes
3
views
AWS-User-3201607
asked 24 days ago
0
answers
1
votes
3
views
AWS-User-9328977
asked 24 days ago
0
answers
0
votes
1
views
AWS-User-0327947
asked 25 days ago
1
answers
0
votes
4
views
Abdel W
asked 25 days ago
1
answers
0
votes
0
views
AWS-User-8956848
asked a month ago
SES Mail From - Can't Receive Email OR Fail Validation - Pick your poison
The address specified in the console to use for the receiving MX record (10 feedback-smtp.us-east-1.amazonses.com) does pass SES "mail from" validation/setup, but it does not allow us to actually receive email. We constantly receive 550 User Not Found reject errors. However, we did manage to setup SES to receive email successfully by using the MX address (10 inbound-smtp.us-east-1.amazonaws.com) we found defined here (https://docs.aws.amazon.com/ses/latest/dg/receiving-email-mx-record.html ) instead of the one defined in the console.
Now the automated SES validator checked our MX record and terminated our use of SES because the inbound address does not specify the same address as shown in the console (which does not allow receiving email). We need to either get the address that was working (10 inbound-smtp.us-east-1.amazonaws.com) replaced in the validator check and console OR we need the address that the validator uses and is specified in the console (10 feedback-smtp.us-east-1.amazonses.com) to allow us to actually receive emails.
Can anyone please provide some guidance?
Accepted AnswerAmazon Simple Email Service
10
answers
0
votes
5
views
AWS-User-0292195
asked a month ago
1
answers
0
votes
3
views
007sascha
asked a month ago
0
answers
0
votes
2
views
efficacy-io
asked a month ago
1
answers
0
votes
5
views
AWS-User-SOS
asked a month ago
What is the maximum email sending rate when using Amazon SES out of the sandbox?
Hi,
In the [amazon documentation](https://aws.amazon.com/premiumsupport/knowledge-center/ses-sending-rate-quota-exceeded/) i read that the maximum sending rate is one Email per second when your amazon SES account is still in Sandbox mode. When moved out of the sandbox your daily quote increases. But the documentation says nothing about the sending rate. Does the sending rate remain one email per second when you're out of the sandbox? If not, what will the new sending rate be?
Thank you
Accepted AnswerAmazon Simple Email Service
1
answers
0
votes
5
views
Viridios
asked a month ago
0
answers
0
votes
1
views
AWS-User-2231499
asked a month ago
0
answers
0
votes
0
views
AWS-User-8421923
asked a month ago
0
answers
0
votes
2
views
DomWatson
asked a month ago
0
answers
0
votes
0
views
AWS-User-1177283
asked a month ago
1
answers
0
votes
2
views
AWS-User-SOS
asked a month ago
0
answers
0
votes
2
views
AWS-User-9283050
asked a month ago
1
answers
0
votes
3
views
AWS-User-7444961
asked 2 months ago
1
answers
0
votes
1
views
AWS-User-7199214
asked 2 months ago
0
answers
0
votes
1
views
chrad_ama
asked 2 months ago
0
answers
0
votes
2
views
AWS-User-8725448
asked 2 months ago
0
answers
0
votes
1
views
AWS-User-4794590
asked 2 months ago
0
answers
0
votes
2
views
sb
asked 2 months ago
2
answers
0
votes
4
views
AWS-User-7444961
asked 2 months ago
1
answers
0
votes
5
views
AWS-User-8525590
asked 2 months ago
0
answers
0
votes
4
views
AWS-User-8329765
asked 2 months ago
0
answers
0
votes
2
views
dogstar10
asked 2 months ago
1
answers
1
votes
2
views
AWS-User-8417726
asked 2 months ago
1
answers
0
votes
1
views
awsrepostuserissues
asked 2 months ago
0
answers
0
votes
2
views
RADC
asked 2 months ago
1
answers
0
votes
5
views
Sultanovich
asked 2 months ago
1
answers
0
votes
6
views
AWS-User-8778696
asked 2 months ago
0
answers
0
votes
2
views
HelpMePlease
asked 2 months ago
1
answers
0
votes
5
views
Jess
asked 2 months ago
1
answers
0
votes
4
views
AWS-emasons-tech
asked 2 months ago
1
answers
0
votes
6
views
AWS-User-2707455
asked 2 months ago
2
answers
0
votes
10
views
AWS-User-2707455
asked 2 months ago
1
answers
0
votes
12
views
Kent7
asked 2 months ago
Adding Template Data when sending Custom Verification Emails
Hi,
So when sending an email, I want to be able to provide data so that the template body (template content) containing the html code can utilize the curly brackets `{{}}` so that it gets replaced with the provided data.
I know this can easily be done when sending a templated email by providing `TemplateData ` when using the API call, but I want to do the same when sending a custom verification email when using the API call: `SendCustomVerificationEmail`.
Does anyone know if this can be done at all? Or are you completely restricted with a pre-defined template when using Email Verification Templates?
Accepted AnswerAmazon Simple Email Service
1
answers
0
votes
1
views
Corey-Lightmare
asked 2 months ago
0
answers
0
votes
3
views
AWS-User-5350892
asked 2 months ago
0
answers
0
votes
2
views
AWS-User-9418819
asked 2 months ago
1
answers
0
votes
1
views
AWS-User-7113935
asked 2 months ago
0
answers
0
votes
2
views
AWS-User-1806657
asked 2 months ago
1
answers
0
votes
6
views
AWS-User-2259011
asked 2 months ago
1
answers
0
votes
3
views
JoakimL
asked 2 months ago
1
answers
0
votes
5
views
AWS-User-ad
asked 2 months ago
0
answers
0
votes
0
views
JimBrown-Net
asked 2 months ago
0
answers
0
votes
8
views
AWS-User-8907163
asked 2 months ago
0
answers
0
votes
2
views
AWS-User-3339216
asked 2 months ago
1
answers
0
votes
1
views
HMOF
asked 2 months ago
0
answers
0
votes
5
views
AWS-User-0858946
asked 2 months ago
0
answers
0
votes
5
views
Andy
asked 2 months ago
0
answers
0
votes
6
views
Yasu
asked 2 months ago
2
answers
0
votes
3
views
MarcoZeus
asked 3 months ago
0
answers
1
votes
3
views
ErichCompSci
asked 3 months ago
0
answers
0
votes
2
views
AWS-User-1395494
asked 3 months ago
0
answers
1
votes
3
views
mzr
asked 3 months ago
1
answers
1
votes
6
views
Nexora
asked 3 months ago
1
answers
0
votes
7
views
tmow
asked 3 months ago
0
answers
0
votes
1
views
taifoon
asked 3 months ago
0
answers
0
votes
3
views
AWS-User-2271678
asked 3 months ago
1
answers
0
votes
3
views
Johan
asked 3 months ago
1
answers
2
votes
20
views
Inge Brinkmann
asked 3 months ago