1

We have configured a smtp with SES service of aws. we have also added DKIM for the service.

Our Reputation Dashboard shows: enter image description here

But still our mails are hitting spam folder. We were previously using gmail smtp and it was working fine.

Could anyone suggest why this could be happening?

![enter image description here

Will this do ?

sumanth shetty
  • 1,851
  • 5
  • 24
  • 57

1 Answers1

1

Whilst you have DKIM this is only part of a solution, DKIM is actually used to sign your emails so that an email provider can be assured there was no tampering during the sending of the email.

You should also include an SPF record, this will provide the target mail exchanges with a record to say that sending an email from SES is to be trusted. With both of these in place your emails should not longer be marked as spam from a result of SES (after this it is purely reputation based).

For adding an SPF record for SES follow this documentation from Amazon.

Chris Williams
  • 32,215
  • 4
  • 30
  • 68
  • The mail are still going to spam – sumanth shetty Jul 27 '20 at 09:20
  • Validation is now passing for this, unless the mail exchange has cached a record that does not exist it would purely be reputation at this point. Is it a specific domain having this go to the spam folder (they may now auto put this as a spam rule). Try another domain to validate – Chris Williams Jul 27 '20 at 09:25
  • when i try and send a test email by selecting the domain. i am able to receive it in my main folder. Could you also have a time to look at this https://stackoverflow.com/questions/63112120/error-while-trying-to-upload-file-into-s3-no-access-control-allow-origin-head – sumanth shetty Jul 27 '20 at 09:43
  • Currently we are owning only one domain. Basically if i understood your comment , you mean to say mail exchange might have cached the email from our particular domain which is moving it to spam? – sumanth shetty Jul 27 '20 at 09:58
  • I meant it might cache that theres no SPF record, or automate that its spam. IF you with another mail exchange receiving email as a test you can validate – Chris Williams Jul 27 '20 at 10:00
  • I feel so underwhelmed that i am not able to follow what your trying to explain. Could you please simplify the testing part as i understood the caching scenario. How can i test it ? – sumanth shetty Jul 27 '20 at 10:41
  • So if your domain `example.com` is sending emails to `foobar.com` and `test@foobar.com` is marking them as spam, try sending them to another domain `test@anotherdomain.com` and see if the scenario replicates – Chris Williams Jul 27 '20 at 10:44
  • Understood :) thank you for the patience. Man i trouble you a lot :) – sumanth shetty Jul 27 '20 at 11:03
  • 1
    Haha its fine :) – Chris Williams Jul 27 '20 at 11:08
  • need your help on this https://stackoverflow.com/questions/63117159/patch-method-with-lambda-integration-for-update-operation-on-unknown-number-of-p – sumanth shetty Jul 28 '20 at 07:38
  • Sure, was this question resolve or is it still open @sumanthshetty? :) – Chris Williams Jul 28 '20 at 07:39
  • still open. have to check with different mail exchange. As i am getting the test mail in my inbox and for others it is going to promotions or spam. WE have to try with different mail exchange other than GMAIL – sumanth shetty Jul 28 '20 at 07:49