Learn how to send an email, automatically, by executing a simple Node script.
We'll cover the following...
Email is a great way to notify colleagues when something has been done. You may have completed a task and you may want to inform your team that it has been processed successfully. Alternatively, if something goes wrong, you can trigger an email to notify your team.
When you think about how this build tool will run, you must imagine a server running locally or in the cloud to set up a
SMTP protocol
Email is a good way to deal with the aforementioned problem. At work, your company, most likely, has some email system configured ...