Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#23727 closed defect (bug) (worksforme)

class-phpmailer.php - Duplicate header 'Date'

Reported by: jbrabo Owned by:
Priority: normal Milestone:
Component: Mail Version: 3.5.1
Severity: normal Keywords: reporter-feedback
Cc: Focuses:

Description

For servers using sendmail configured with Amazon SES service as instructed at:

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sendmail.html

Sending emails via WordPress wp_mail will result in error: Duplicate header 'Date' resulting in mail not being delivered.

Error log:


554 5.0.0 Service unavailable
Content-Type: message/delivery-status
Action: failed
Remote-MTA: DNS; email-smtp.us-east-1.amazonaws.com
Diagnostic-Code: SMTP; 554 Transaction failed: Duplicate header 'Date'.

Change History (4)

#1 @toscho
13 years ago

  • Cc info@… added

#2 @bpetty
13 years ago

  • Cc bpetty added
  • Keywords reporter-feedback added

I'm not seeing duplicate "Date" headers in emails in either 3.5 or 3.6. Can you please elaborate on what data you are passing to wp_mail() and also inspect which filters you have added for "wp_mail"?

#3 @bpetty
13 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

#4 @SergeyBiryukov
13 years ago

  • Resolution invalidworksforme
Note: See TracTickets for help on using tickets.