H
H
humanIvan2018-07-27 11:48:02
Node.js
humanIvan, 2018-07-27 11:48:02

Where and how to set up sending mail from the site? Which service to use?

5b5adc13a16d1589187576.png
Can you please tell me what to put here? What is the best service to use to send emails from the site? And where to get all this data for input?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2018-07-27
@EShein

The most common module is nodemailer . Absolutely anyone can connect a box from which letters will be sent. The simplest example of connecting mail mail:

nodemailer.createTransport('smtps://email:[email protected]');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question