Files
meteor/packages/email
angelo 93cf9cecd6 added basic attachments handling
now Email.send(options) options support options.attachments, which is assumed to be [] of attachment objects.

see here https://github.com/andris9/mailcomposer#add-attachments for supported attachment object structure.
tested it at my current project. going to propose pull request.

PR #3772

[stubailo: added link to the above page in the docs, removed extra comment]
2015-04-01 17:40:22 -07:00
..
2013-10-03 15:52:19 -07:00
2014-04-30 23:32:24 -07:00
2015-04-01 17:40:22 -07:00
2015-03-17 13:06:07 -07:00
2014-10-24 10:13:59 -07:00

email

The email package allows sending email from a Meteor app.

To see how to use it, read the email section of the Meteor docs.