forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.64k stars 339 forks source link

Can i use it in production? #431

Closed amirhhashemi closed 2 years ago

amirhhashemi commented 2 years ago

I read the source code and I see it calls sendMail from nodemailer in the send method. I have a low budget and I can't effort an email transport service right now. so I want to use nodemailer and Gmail for a small or medium app in production.

Can I use this package in production and call the send method to actually send emails to my users? Is it ok? is there any advice or best practice to follow in production?