Send and Schedule e-mails from a Node.js app

1 ยท Tapas Adhikary ยท Sept. 15, 2019, 4:23 p.m.
As an application developer, how often do we sense the need for a service that would send e-mails to specified or subscribed email ids? Even if there is no real need, we still fantasize about it while developing a side-project or an app for fun, don't we ๐Ÿ˜? In this article, I will explain the simple steps to send emails from your node.js app. At the end of it, we will be able to schedule and send e-mails. Not only that, we will be creating a REST API to post required details to a node.js app for...