I've been using a php wrapper from http://www.orderingdisorder.com/aws/ses/ to send emails via Amazon SES successfully for several months. I now need to automate some emails from batch jobs and have created php scripts to be ran from the command line, executed by crontab.

The problem I'm having is that although the scripts run fine, and the tasks within them complete without issues, and although the ses part is returning a messageid and requestid, I do not receive the emails.

I've checked for environmental differences between the php web config and command-line config but can't see anything obvious. Anyone experienced this issue or got any pointers for where I can look into next? Cheers.

EDIT: Got it: SES doesn't seem to like the from and to addresses being the same anymore

link|improve this question
feedback

1 Answer

Good that you solved it. Can you share the PHP wrapper you've been using? How many emails per day do you send now?

Best,

Simone

link|improve this answer
Check the link J.D has given in his question. – RakeshS Jul 27 '11 at 5:42
You should also try this wrapper (I'm the author) binpress.com/app/amazon-ses-wrapper-and-cp/192 – Eran Galperin Aug 7 '11 at 10:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.