0

I am currently using Angular with Firebase for authentication and storing some datas. I want to send email to the user using Angular. I found a way to send emails but using nodejs. Is it possible to still use nodejs for sending emails only and still use my firebase database?

KENdi
  • 7,576
  • 2
  • 16
  • 31
LordGrim
  • 731
  • 2
  • 11
  • 22

1 Answers1

0

It's possible to do whatever you like. However, you would have to create an API or a Webhook with Node.js just to do it.

I would recommend you to use SendGrid or Sendwithus as they already have their API's.

In this thread you can find a way to do it: Sending Email with Node Mailer and Sendgrid in Angular MEAN stack using angular-fullstack from Yeoman .