mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
* Update Email.send docs to show how to add header objects Recent versions of `mailcomposer` (which Meteor is now using) no longer `JSON.stringify` added header objects. This commit updates the `Email.send` `options.headers` docs to show how to properly associate objects with custom headers using `JSON.stringify`. Fixes #8660. * Adjust header object docs property naming to avoid confusion
Source code of released version | Source code of development version
The email package allows sending email from a Meteor app.
To see how to use it, read the email section of the Meteor docs.