dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
181 stars 26 forks source link

Missing the "Date" header field? #5

Closed SylvainBigonneau closed 9 years ago

SylvainBigonneau commented 9 years ago

When I send email using this module, my SMTP provider warns that the sending date is missing from the email header :

X-Amavis-Alert BAD HEADER SECTION, Missing required header field: "Date"

Is there a way to add this header field somehow?

SylvainBigonneau commented 9 years ago

Hm. It seems this is just a repo for demo example. Sorry, then!

nelsonic commented 9 years ago

@BraveKenny well spotted, please send a PullRequest so it can be updated! thanks!