W
W
Wynell_ru2020-06-05 01:31:05
Email
Wynell_ru, 2020-06-05 01:31:05

How to send mail to NodeJS from your domain without using third party services?

Question above.
How to send mail to NodeJS from your domain without using third-party services such as Yandex or Google Mail for Domains?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2020-06-05
@Robur

for that you need some smtp server on your server. Not necessarily full, the main thing is to be able to send messages.
For example postfix.
In general, this has little to do with nodejs, and a separate large area, how to set up, configure, make sure that letters from this server go where they need to, so that they do not fall into spam, dns settings, and so on.
how it all works, in nodejs take nodemailer and specify the address of your mail server in the transport settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question