Closed Muneeshbiologit closed 2 years ago
So what is the issue?
@dawidd6 i am getting the error lik below
FYI i opened ticket in stackoverflow as well..it would be great help if you could help me to sort it out..
the from
and to
and domain all three are already verifed in AWS SES. also we are not in sandbox
Thankyou Muneesh
Try:
from: Name Surname <user@domain.com>
@dawidd6 i used the above format but still getting same error. Any idea on this?
I gave like this but still failing...any idea...as i told before we are using AWS SES with SMTP credentials.
@dawidd6 thankyou very much for your time..i made it work
Maybe post the solution here that worked for you, so anyone else won't need to ask same question again.
@dawidd6 I had the same issue when trying to send email from AWS SES. It seems the from field in the action needs to be explicitly set to the format:
from: username <user@domain.com>
I think that AWS is angry about the double quotes encapsulating the name.
Thanks for the solution, closing.
I am using the below code snippet for sending emails for action status using AWS SES. But i am keep facing issue fro from address