SES mail always go spam folder in gmail

0

In aws, I create ses credential in Oregon Region, and then add verify main domain and admin mail. In my php project, I use this credentials info. But, Mail was sent spam folder always. In SES service's top bar, I notice this announce

While I show the original message of sent mail, SPF : Pass with IP and DKIM : Pass with domain

In Reputation metrics, Historic bounce rate is 0.50% and Historic complaint rate is 0.02%.

In Identites's domain detail, I have no addition Custom MAIL FROM domain.

As I tried in edition of mail's header, body msg, mail is sending spam folder.Moreover, nothing attachment in mail.

All of my project's env has occur this situation. prod => domain, staging => stg.domain, dev => dev.domain

I have no idea for this spam mail sending. Pls, Suggest me how to fix it.

asked 2 months ago138 views
1 Answer
1

Did you implement DMARC?

As I understand, Google is mandating DMARC starting Feb 2024. Refer to Google's Email sender guidelines for this and other requirements.

AWS
EXPERT
Mike_L
answered 2 months ago
  • Great! I will try the DMARC setup. I notice other project without DMARC configuration. everything OK. mail have not reach to spam folder.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions