Is it possible to send an email through react-native without node.js or any back-end? I want to send an email to notify the admin when user registered (on firebase)...
Asked
Active
Viewed 220 times
0
-
You mean without user interaction, in the background ? – Tim Jul 06 '19 at 19:12
-
https://stackoverflow.com/questions/35815517/react-native-linking-mail-api-support-subject-body – Yossi Jul 06 '19 at 19:17
-
I mean that I want to let the admin know when user registered, I'm using firebase – O. Dror Jul 06 '19 at 19:19
1 Answers
1
Without a server to make the requests to send mail you cannot. You can use a cloud service or function to do this. I'm sure one is available with firebase. If not, I have previously used mailgun: https://www.mailgun.com/

JavanPoirier
- 442
- 3
- 9