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