Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Coffeescript Application Development Cookbook
  • Table Of Contents Toc
Coffeescript Application Development Cookbook

Coffeescript Application Development Cookbook

By : Mike Hatfield
4.6 (5)
close
close
Coffeescript Application Development Cookbook

Coffeescript Application Development Cookbook

4.6 (5)
By: Mike Hatfield

Overview of this book

If you are interested in developing modern applications, this book will help you leverage the vast JavaScript ecosystem while using an elegant language, helping you avoid the shortcomings of JavaScript.
Table of Contents (13 chapters)
close
close
12
Index

Sending e-mail


Sending e-mails is a very common requirement for our applications. Use cases may include system administration alerts, monthly reports for application stakeholders, or even performing bulk mail operations.

In this recipe, we will send e-mails using a popular Node package called nodemailer. This will allow us to send text and HTML-based e-mails easily through our applications.

Getting ready

To begin, we must install the nodemailer npm package:

npm install [email protected] --save

Tip

Note that as of this writing, the current version of the nodemailer package has some compatibility issues with using Gmail's SMTP server. For this reason, we install version 0.7.1, a version known to work.

You can view the project documentation for nodemailer on its GitHub home page at http://www.github.com/andris9/Nodemailer.

We will also create a configuration file that our examples can use. Create a file named mailer-config.coffee with the following content:

module.exports =
  service: 'Gmail'
  auth...
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Coffeescript Application Development Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon