Answer the question
In order to leave comments, you need to log in
Is there a NodeJS equivalent for PHP's mail function?
in 99% of cases I work with PHP;
A task arrived with sending emails to NodeJS.
All that is googled are modules that either smtp -> connect() -> send() or use third-party services with paid services.
Is there a NodeJS equivalent for the PHP mail() function?
Answer the question
In order to leave comments, you need to log in
I use https://nodejs.libhunt.com/ to find modules. there are only two in the Email category https://nodejs.libhunt.com/categories/535-email
I use:
https://nodejs.libhunt.com/project/nodemailer
is pretty good.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question