From the documentation ( http://docs.meteor.com/#email ) it seems that sending emails is pretty straight forward using Meteor. You just need to add the package, and then specify the credentials of the third-party email provider in MAIL_URL.
I'm currently trying to develop the ability to receive emails. We need this tool to say to unsubscribe from a user from our system or to allow users to enter data simply by responding to their email.
I just want to know what is the best way to do this? Is it possible to receive and analyze emails from my Meteor solution or do I need to configure something separate solution for this?
If this helps, I run a meteorite site with azure VM (in ubuntu), and our third-party provider is SendGrid.
source share