I'm using Amazon Simple Email Service (AWS SES) for sending email notification to the user.
When user enter his/her email correctly like [email protected] mails are received into the inbox of the user
But when use enter email like [email protected]
that time user get emails into the spam box of [email protected] account.
What could be the root cause of this or any solution for handling this type of situation.
Thanks