I come from the world of PHP and I’m accustomed to using mail() to send quick diagnostic emails on occasion.
Is there a module or method in the standar library of NodeJS that’s roughly the equivalent of this?
I come from the world of PHP and I’m accustomed to using mail() to
Share
Nodemailer is a popular, stable, and flexible solution:
Full usage looks something like this (the top bit is just setup – so you would only have to do that once per app):