jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Send e-mail to admin when cards are commented on and starred #66

Open jkomoros opened 5 years ago

jkomoros commented 5 years ago

Will have to be a cloud function using sendgrid it looks like.https://cloud.google.com/functions/docs/tutorials/sendgrid

jkomoros commented 5 years ago

This might just be better doing FCM and push notifications

jkomoros commented 4 years ago

https://firebase.google.com/docs/functions/config-env

jkomoros commented 4 years ago

https://account.postmarkapp.com/servers/5001810/get_started

jkomoros commented 4 years ago
jkomoros commented 4 years ago

https://postmarkapp.com/blog/sending-transactional-emails-via-firebase-and-cloud-functions (necesasry because presumably the basic example uses port 25?)