Any firebase extension to send emails (SMTP)?

Has anyone an easy solution to send emails from our app?
Free, ideally, where we just add our exchange login and email.

The power of firebase’s prototyper is very limited without these kind of extensions.
Thanks !

1 Like

Hey there,

I have not gotten to any myself yet to a vast extent.

I fiddle around with one or to of the extensions for sending SMTP or emails for various things but then got side tracked with life events and what not.

alls to say, I got a decent list of extensions to show on the official hub page.

They should provide decent instruction on how to install and use them or event the code the utilize so you could scrap together your firebase functions to run you own version.

Thanks, mailersend seems to do the job, but their extension is depreciated, I sent them a message to ask for an update

I don’t know about any extensions but I created a cloud function and used nodemailer and use a function called createTransport and used Gmail as a service (I had to create an APP password in my Gmail account) but there are types of email services you can use with nodemailer.