I have resolved the same issue after checking this aws forum link .I was using aws SES for sending mails using java sdk , so I have added the from email id in the application.yml file like below.
from: John Doe <johndoe@example.com>
I have resolved the same issue after checking this aws forum link .I was using aws SES for sending mails using java sdk , so I have added the from email id in the application.yml file like below.
from: John Doe <johndoe@example.com>