--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/Xsm1dJNSCJc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/f121e073-6431-41b1-93c1-b228806cbb92%40googlegroups.com.
Art, you need your own server for that (could also be AWS or something like that) - the 'serverless' of firebase unfortunately goes out the window once you want to send e-mail.
On Fri, Dec 30, 2016 at 3:00 PM, Art Freeman <a...@lotusmultimedia.com> wrote:
Willem - you recommended firebase queue with nodemailer. How does one install nodemailer on the firebase server? (installing it locally has no effect). Thanks.
On Monday, December 5, 2016 at 12:40:34 PM UTC-8, Art Freeman wrote:How do I send email / group email to my user(s) in Firebase? I don't mean auth emails, but just sending, for instance, a notification email to a registered user(s).
--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/Xsm1dJNSCJc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/f121e073-6431-41b1-93c1-b228806cbb92%40googlegroups.com.
app.post('/contact', function (req, res) {