joelcox / codeigniter-amazon-ses

A CodeIgniter library to interact with Amazon Web Services (AWS) Simple Email Service (SES)
http://joelcox.nl
MIT License
79 stars 31 forks source link

Add DKIM support #19

Closed ricick closed 12 years ago

ricick commented 12 years ago

It would be awesome if this library did DKIM signing for you.

joelcox commented 12 years ago

Hi Ricick,

I've looked into this before and decided against this since it would require a major overhaul of the library. Amazon SES allows you to compose messages using their proprietary API or by sending a RAW email (just like your email client would send them). Currently, this library uses Amazon's proprietary way of doing things.

DKIM support for their own API is high on their priority list and will be integrated with the library when it becomes available. I'll put this issue on hold for now. Thanks for your input!

joelcox commented 12 years ago

You can now sign your emails using Amazon SES' Easy DKIM feature!

http://aws.amazon.com/about-aws/whats-new/2012/07/17/easily-dkim-sign-your-emails-with-amazon-ses/