EmailEngine Blog
  • EmailEngine
  • API Reference
Subscribe
Tagged

SMTP

A collection of 3 posts

Nodemailer

Nodemailer has zero dependencies

This post is not about EmailEngine but another software project I maintain – Nodemailer. It's a nifty module for Node.js (as you might assume from the name) that allows to send out emails. And in this post, I'll explain how and why I ended up having zero dependencies for Nodemailer

  • Andris Reinman
Andris Reinman Jan 10, 2022 • 5 min read
EmailEngine

Using the EmailEngine API to send email

In this blog post, I'm walking through the required steps to register an account with EmailEngine and sending an email from that account. Step 1. Register a new accountRegister a new account with IMAP and SMTP settings (reference) curl -XPOST "http://127.0.0.1:3000/v1/account" \ -H "Authorization:

  • Andris Reinman
Andris Reinman Jan 8, 2022 • 3 min read
EmailEngine

Transactional email service

EmailEngine is a self-hosted open-source application that provides a REST interface on top of any email account you can access, to read and send emails. Combining these features would give you a similar email sending experience you'd get from a transactional email service.

  • Andris Reinman
Andris Reinman Aug 17, 2021 • 5 min read
EmailEngine Blog © 2022
  • Blog
  • EmailEngine
  • API Reference
Powered by Ghost