0

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)...

O. Dror
  • 93
  • 1
  • 10

1 Answers1

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