501 or 554 when using Amazon Web Services Simple Email Service (AWS SES)
zymotik opened this issue · 3 comments
zymotik commented
I'm trying to work out the correct email format for using this action with AWS. This is what I have tried and the results from the log. Note that the email address used has been verified with AWS SES service and tested in the AWS console.
When:
...
from: '"Ian Brown" <email@address.com>'
or:
....
from: "Ian Brown" <email@address.com>
or:
....
from: Ian Brown <email@address.com>
Error:
Error: Message failed: 554 Message rejected: Email address is not verified. The following identities failed the check in region EU-WEST-1: Ian Brown <email@address.com>, email@address.com
When:
....
from: email@address.com
or:
....
from: "Ian Brown" email@address.com
or:
....
from: <email@address.com>
Error:
Error: Mail command failed: 501 Invalid MAIL FROM address provided
dawidd6 commented
See #122 (comment)
dawidd6 commented
No "get back to you" happened in a while. Closing.