mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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]