Welcome Guest, Not a member yet? Register   Sign In
Amazon SES library config problems?
#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();


Messages In This Thread
Amazon SES library config problems? - by El Forum - 03-08-2011, 11:08 AM
Amazon SES library config problems? - by El Forum - 03-29-2011, 07:58 AM
Amazon SES library config problems? - by El Forum - 04-05-2011, 12:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB