L
L
LINKeR UA2017-03-23 18:15:03
Email
LINKeR UA, 2017-03-23 18:15:03

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

3 answer(s)
A
Alexander Aksentiev, 2017-03-23
@LINKeRxUA

https://www.npmjs.com/package/sendmail

A
Anton Anton, 2017-03-23
@Fragster

I use https://nodejs.libhunt.com/ to find modules. there are only two in the Email category https://nodejs.libhunt.com/categories/535-email

E
Evgeny Troinov, 2017-03-24
@tot0ro

I use:
https://nodejs.libhunt.com/project/nodemailer
is pretty good.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question