I recently ran into an issue using AWS's simple email service as the mail backend for a D7 site: the "Errors-To" header is blocked by SES, and the site won't send any mail. Here's a list of accepted headers from Amazon: http://docs.amazonwebservices.com/ses/2010-12-01/DeveloperGuide/index.ht...
To get things working, I just had to remove that header from mail.inc, and there was even a comment saying that the header was "redundant."
Here's a patch showing what I did. Hopefully this helps...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | d7_ses-mail_002.patch | 901 bytes | benanderson |
| d7_ses-mail.patch | 753 bytes | benanderson |
Comments
Comment #1
berdirComment #3
benanderson commentedAh, followed the instructions for creating patch with CVS (I had used git) and regenerated. New patch attached. (fingers crossed)
http://drupal.org/patch/create
Comment #4
benanderson commentedComment #5
moshe weitzman commentedComment #6
dries commentedCommitted to CVS HEAD. Thanks.