So I have a server with ip, domain(www.example-sato.com), and have a nodejs/express.js app running on it.
When user registers I would like to send an email to the user with an sender like no-reply@example-sato.com
.
What generally should I do?
- should I install postfix in my server?
- or should I install some npm package, then set in express.js?