Does Amazon SES support DKIM ? If so, how can we implement it?
-
Hi everyone, Amazon SES is great for sending transactional emails. But in order to increase delivery rate and not to be flagged as spam, we need to do some settings such as : SPF Records SenderID DKIM SPF and SenderID settings are quite easy. But DKIM setting is a little bit confusing. There are great blogs about this issue on the net, but we cant make it worked in our c# application. Whenever we sent an email, the DKIM is not validated and gives the same error. ie Wrong body hash !!! This makes me think that, amazon may change the content of the emails before sending. Is it true ? I use Amazon C# SDK and SendRawEmail function. I create a standart Smtp Mail message. Then sign it according to this blog post : http://blog.tinisles.com/2009/08/verifying-a-dkim-signature-in-c/ and then convert that mail to stream and send it via Amazon api. But it never worked out. Did anyone face with the same situation or know where the problem is ?
-
Answer:
In July 2012 Amazon announced support for Easy DKIM, a way to configure messages sent with SES to use DKIM. https://forums.aws.amazon.com/ann.jspa?annID=1564
Jeffrey McManus at Quora Visit the source
Other answers
This product appears to do what you want: SMTP Service for Amazon SES http://www.lyquidity.com/smtp4amazonses/
Russ Sayers
DKIM or Domain Key Identified Mail is setup at your DNS. Usually it's a simple TXT record that you want to enter in your domain panel. Once the right TXT record is setup, it usually takes 24-48 hrs for the entire DNS record to propogate. Once the TXT record is propogated, you can start to send email using your own DKIM key. Amazon SES provides the DKIM key that you need to enter in your own domain DNS for verification. Having DKIM and SPF records in your domain makes sure that the email sent is legitimate and has originated from the domain owner himself. We have built a front-end for email sending that allows sending emails with valid DKIM and SPF records. Usually the inbox deliverability is very high once the DKIM and SPF records are valiadated and passed in your emails. You can checkout our email marketing service that runs on top of Amazon SES or any other SMTP service out there at: http://www.formget.com/mailget
Neeraj Agarwal
Related Q & A:
- How can I implement an atomic incr and decr on top of an eventually consistent key-value store?Best solution by Stack Overflow
- Can I implement a Service into an app?Best solution by Stack Overflow
- How can I implement idle timeout in android?Best solution by Stack Overflow
- How can I implement a multilayer social network in R?Best solution by Computational Science
- How can hotspots support more people than the number of IP's allowed in a typical IPv4 IP range?Best solution by Server Fault
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.