Make WordPress Core

Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#23727 closed defect (bug) (worksforme)

class-phpmailer.php - Duplicate header 'Date'

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

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
12 years ago

  • Cc info@… added

#2 @bpetty
12 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
11 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

#4 @SergeyBiryukov
11 years ago

  • Resolution changed from invalid to worksforme
Note: See TracTickets for help on using tickets.