Emailing a file

Hey folks, does Meteor have a way to email files? For the most basic example, lets say you want to generate thankyou.txt and send it to someone?

The next version of the email package will have this: https://github.com/meteor/meteor/pull/3772

In the meantime you can use any NPM package for emailing, we use mailcomposer I think.

3 Likes

Thanks for the quick response!

We use mailcomposer as well as ashutosh:email-att which allows us to send attachments.