mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This will insert a default date header into all emails, if you do not specify such a header by your self. This way it will work for the emails send by accounts-password and all emails from user code. So this will fix #3940.
The email package allows sending email from a Meteor app.
To see how to use it, read the email section of the Meteor docs.