#23727 closed defect (bug) (worksforme)
class-phpmailer.php - Duplicate header 'Date'
| Reported by: | jbrabo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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"?