An error occurred (InvalidParameterValue) when calling the SendRawEmail operation: Missing final '@domain' #283
Replies: 2 comments 1 reply
-
I don't think that has anything to do with IAM permissions. That error message seems to be saying one of the email addresses in your message is missing an '@domain'. What are the As far as the IAM console warning, it looks like you're in a section for managing Pinpoint Email, which is a separate AWS multichannel marketing communications service built on top of Amazon SES v2. Anymail uses the |
Beta Was this translation helpful? Give feedback.
-
@anuj-scanova, I moved this to Q&A. The weekly Amazon SES integration tests are working, so it seems likely this is something specific to your configuration or code. Please let us know if my earlier suggestions resolved your problem, or provide more info if they didn't. |
Beta Was this translation helpful? Give feedback.
-
Reporting an error? It's helpful to know:
django-anymail[amazon_ses]==8.6
AWS SES
** Django:
django==3.2.14
** requests:
requests==2.28
** python: 3.9
sending, your code that sends the message)
SES IAM permission is giving the following error
It looks like
SendRawEmail
is not supported.There looks like
SendEmail
andSendBulkEmail
are two permissions requiredBeta Was this translation helpful? Give feedback.
All reactions