All Projects → nodemailer → Nodemailer

nodemailer / Nodemailer

Licence: other
✉️ Send e-mails with Node.JS – easy as cake!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodemailer

ESP-Mail-Client
⚡️Arduino Mail Client Library to send, read and get incoming mail notification for ESP32, ESP8266 and SAMD21 devices. The library also supported other Arduino devices using Clients interfaces e.g. WiFiClient, EthernetClient, and GSMClient.
Stars: ✭ 78 (-99.46%)
Mutual labels:  email, email-sender, rfc822
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 (-77.07%)
Mutual labels:  email, nodemailer
activism-mailbot
No description or website provided.
Stars: ✭ 49 (-99.66%)
Mutual labels:  email, email-sender
Omnimail
Send email across all platforms using one interface
Stars: ✭ 325 (-97.74%)
Mutual labels:  email, email-sender
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (-98.65%)
Mutual labels:  email, email-sender
Email-Spammer
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.
Stars: ✭ 79 (-99.45%)
Mutual labels:  email, email-sender
Php Imap Client
a easy solution for simple IMAP email access in php
Stars: ✭ 254 (-98.23%)
Mutual labels:  email, email-sender
Nova Custom Email Sender
A Laravel Nova tool that sends ad-hoc email messages from the dashboard.
Stars: ✭ 62 (-99.57%)
Mutual labels:  email, email-sender
Cuttlefish
Transactional email server with a lovely web interface
Stars: ✭ 985 (-93.14%)
Mutual labels:  email, email-sender
Nodejs Template Emails
Sending template emails in Node.JS
Stars: ✭ 12 (-99.92%)
Mutual labels:  email, nodemailer
Maily-Form
Forms on any website
Stars: ✭ 29 (-99.8%)
Mutual labels:  email, nodemailer
0x4447 product s3 email
📫 A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (-79.76%)
Mutual labels:  email, email-sender
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (-99.79%)
Mutual labels:  email, email-sender
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 (-99.57%)
Mutual labels:  email, nodemailer
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (-98.43%)
Mutual labels:  email, email-sender
Vmime
VMime Mail Library
Stars: ✭ 218 (-98.48%)
Mutual labels:  email, email-sender
Drymail
Makes sending emails easy and DRY — For Python 3.
Stars: ✭ 218 (-98.48%)
Mutual labels:  email, email-sender
Postmark Java
Official Java client library for the Postmark HTTP API
Stars: ✭ 18 (-99.87%)
Mutual labels:  email, email-sender
Preview Email
Automatically opens your browser to preview Node.js email messages sent with Nodemailer. Made for Lad!
Stars: ✭ 112 (-99.22%)
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 (-85.9%)
Mutual labels:  email, nodemailer

Nodemailer

Nodemailer

Send e-mails from Node.js – easy as cake! 🍰✉️

NPM

See nodemailer.com for documentation and terms.

Having an issue?

Nodemailer supports all Node.js versions starting from [email protected]. Existing test suite does not support such old Node.js versions so all features are not actually tested. From time to time some regression bugs might occur because of this.

First review the docs

Documentation for Nodemailer can be found at nodemailer.com.

Nodemailer throws a SyntaxError for "..."

You are using older Node.js version than v6.0. Upgrade Node.js to get support for the spread operator.

I'm having issues with Gmail

Gmail either works well or it does not work at all. It is probably easier to switch to an alternative service instead of fixing issues with Gmail. If Gmail does not work for you then don't use it. Read more about it here.

I get ETIMEDOUT errors

Check your firewall settings. Timeout usually occurs when you try to open a connection to a port that is firewalled either on the server or on your machine.

I get TLS errors

  • If you are running the code in your own machine, then check your antivirus settings. Antiviruses often mess around with email ports usage. Node.js might not recognize the MITM cert your antivirus is using.
  • Latest Node versions allow only TLS versions 1.2 and higher, some servers might still use TLS 1.1 or lower. Check Node.js docs how to get correct TLS support for your app.

I have a different problem

If you are having issues with Nodemailer, then the best way to find help would be Stack Overflow or revisit the docs.

License

Nodemailer is licensed under the MIT license


The Nodemailer logo was designed by Sven Kristjansen.

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].