joelcox / codeigniter-amazon-ses

A CodeIgniter library to interact with Amazon Web Services (AWS) Simple Email Service (SES)

Home Page:http://joelcox.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better SSL certificate handling

joelcox opened this issue · comments

Amazon AWS SES requires a secure HTTP connection for their API. Currently there is no debug message whether there was a problem with this connection (due to a missing certificate, for example).

This improvement was made in 5f72378