You are here: Sysadmins of the North » Node.js

Node.js

You are here: Sysadmins of the North » Node.js

Send email with Ghost using SMTP authentication and TLS encryption

Ghost logo

Ghost Publishing platform uses Nodemailer to send e-mails with Node.js. It can send e-mail using SMTP, sendmail or Amazon SES and is Unicode friendly. As you know, more and more web hosting providers require SMTP authentication (often abbreviated as SMTP AUTH) and a TLS encrypted connection to send email. Here you’ll find some script examples to Send secure SMTP email from your website.

Scroll to Top