Files
meteor/packages/email
Hugh Willson ae1783bd4b Update Email.send docs to show how to add header objects (#9443)
* 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
2017-12-13 11:30:19 -05:00
..
2017-05-18 21:15:36 -04:00
2016-08-30 15:40:14 -07:00

email

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.