Welcome Guest, Not a member yet? Register   Sign In
Amazon SES library config problems?
#1

[eluser]theseamusjames[/eluser]
I'm trying to set up Joel Cox' Amazon SES library, but I'm having trouble getting it to send emails. I have the path to my site's SSL certificate set correctly, but I noticed that we have a .crt file and not a .pem file as the example would suggest.

Has anyone had any luck setting this up?
#2

[eluser]Nonox[/eluser]
hi!
I configured the SES following the user guide: http://docs.amazonwebservices.com/ses/la...operGuide/ and works fine, but I could not integrate sandmail with Amazon Simple Email Service. If someone could, please help me.

NB
#3

[eluser]Joël Cox[/eluser]
Hi theseamusjames,

Are you still experiencing issues using the library? I'm not much around on these forums, so I didn't see this earlier. I updated the library a few weeks back with some extra checks which should help with debugging. Have you tried running the code in debug mode? Do you see any errors in the log? Does your certificate bundle contain something like this? You can enable debug mode by calling the following code before send().

Code:
$this->amazon_ses->debug(TRUE);
or (depending on the version of the library)

Code:
$this->amazon_ses->debug();




Theme © iAndrew 2016 - Forum software by © MyBB