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

Added/Fixed support for Reply-To #11

Closed fborraccetti closed 13 years ago

fborraccetti commented 13 years ago

Fixed bug: was lookink for reply-to instead of amazon_ses_reply_to config item; Added support for Reply-To in query_string. Now tested and works!

joelcox commented 13 years ago

Thanks for your pull request Fabio! I merged this into the develop branch. I hope the rest of this library worked alright for you ;-)

fborraccetti commented 13 years ago

Hi, joel, Thanks to you for your work. All it's working, i've your lib on a production server and everything looks perfect!