All Projects → GeekLaunch → Nodejs Template Emails

GeekLaunch / Nodejs Template Emails

Sending template emails in Node.JS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodejs Template Emails

Preview Email
Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!
Stars: ✭ 112 (+833.33%)
Mutual labels:  email, nodemailer
Maily-Form
Forms on any website
Stars: ✭ 29 (+141.67%)
Mutual labels:  email, nodemailer
Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+16766.67%)
Mutual labels:  email, nodemailer
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (+416.67%)
Mutual labels:  email, nodemailer
Nodemailer
✉️ Send e-mails with Node.JS – easy as cake!
Stars: ✭ 14,354 (+119516.67%)
Mutual labels:  email, nodemailer
Email Templates
📫 Create, preview, and send custom email templates for Node.js. Highly configurable and supports automatic inline CSS, stylesheets, embedded images and fonts, and much more!
Stars: ✭ 3,291 (+27325%)
Mutual labels:  email, nodemailer
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+6741.67%)
Mutual labels:  email
Notmail bot
Telegram bot that acts as an email client
Stars: ✭ 23 (+91.67%)
Mutual labels:  email
Bootstrap Email
Bootstrap 4 (and soon 5) stylesheet, compiler, and inliner for responsive and consistent emails with the Bootstrap syntax you know and love.
Stars: ✭ 781 (+6408.33%)
Mutual labels:  email
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+6083.33%)
Mutual labels:  email
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+6925%)
Mutual labels:  email
Swoosh
Compose, deliver and test your emails easily in Elixir
Stars: ✭ 931 (+7658.33%)
Mutual labels:  email
React email editor
This project is experimental! It's my attempt to create visual email template editor using React+Redux+etc... tools stack.
Stars: ✭ 19 (+58.33%)
Mutual labels:  email
Node Dkim Key
DKIM (DomainKeys Identified Mail) Key
Stars: ✭ 5 (-58.33%)
Mutual labels:  email
Django Email Confirm La
Django email confirmation for any model and any field
Stars: ✭ 23 (+91.67%)
Mutual labels:  email
Dank Selfhosted
Automated solution for hosting email, web, DNS, XMPP, and ZNC on OpenBSD.
Stars: ✭ 800 (+6566.67%)
Mutual labels:  email
Trumail
✉️ ✅ A Fast and Free Email Verification API written in Go
Stars: ✭ 937 (+7708.33%)
Mutual labels:  email
Sup
A curses threads-with-tags style email client (mailing list: [email protected])
Stars: ✭ 780 (+6400%)
Mutual labels:  email
Postmark Java
Official Java client library for the Postmark HTTP API
Stars: ✭ 18 (+50%)
Mutual labels:  email
Mysigmail
UI Email Signature Generator - Make easy to create your email signature
Stars: ✭ 925 (+7608.33%)
Mutual labels:  email

Node.JS Email Templates

Sending templated emails with Node.JS.

NOTE: email-templates version 3 contains breaking changes that are incompatible with this exact code. I'll add a branch to this repo that contains working code for email-templates version 3, otherwise you can install [email protected] or clone this repo and install the packages from package.json and it should work fine.

Setup from scratch

$ mkdir nodejs-template-emails
$ cd nodejs-template-emails
$ npm init
$ npm install --save nodemailer email-templates handlebars bluebird

Setup from repo

$ git clone https://github.com/GeekLaunch/nodejs-template-emails.git
$ cd nodejs-template-emails
$ npm install

Video Tutorial

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].