Announcing built-in email support for server-side JavaScript with Meteor(blog.mailgun.net)
blog.mailgun.net
Announcing built-in email support for server-side JavaScript with Meteor
http://blog.mailgun.net/post/41324647061/native-mailgun-integration-lets-meteor-apps-send-email
5 comments
Awesome! Does the Receive Messages feature also work with Meteor? Or is it only to send emails?
Mailgunner here: while I am not deeply familiar with Meteor technology, if the framework allows you to receive an HTTP POST from a 3rd party domain to a publicly available URL (with HTTPs or without), then yes - you can receive email messages right into your Meteor app.
One thing I'd be slightly concerned about is the lack of a serious server-side rendering option, though. The "spiderable" package is a bit of a hack (as they themselves admit).