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...

CommentFileSizeAuthor
#3 d7_ses-mail_002.patch901 bytesbenanderson
d7_ses-mail.patch753 bytesbenanderson

Comments

berdir’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, d7_ses-mail.patch, failed testing.

benanderson’s picture

StatusFileSize
new901 bytes

Ah, followed the instructions for creating patch with CVS (I had used git) and regenerated. New patch attached. (fingers crossed)

http://drupal.org/patch/create

benanderson’s picture

Status: Needs work » Needs review
moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community
dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.