Commit 5d769d27 authored by Andris Reinman's avatar Andris Reinman
Browse files

v2.3.0

parent 5c8194d6
# Changelog
## 2.3.0-rc.3 2016-02-29
* Bumped dependencies to fix a bug with filename with mixed unicode and dashes
## 2.3.0-rc.2 2016-02-25
* Tagged latest beta as a rc version
## 2.3.0-beta.1 2016-02-25
## 2.3.0 2016-03-03
* Fixed a bug with attachment filename that contains mixed unicode and dashes
* Added built-in support for proxies by providing a new SMTP option `proxy` that takes a proxy configuration url as its value
## 2.3.0-beta.0 2016-02-22
* Added option `transport` to dynamically load transport plugins
* Do not require globally installed grunt-cli
......
![Nodemailer](https://raw.githubusercontent.com/nodemailer/nodemailer/master/assets/nm_logo_200x136.png)
Send e-mails from Node.js – easy as cake!
Send e-mails from Node.js – easy as cake! 🍰✉️
<a href="https://gitter.im/nodemailer/nodemailer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join Chat.svg" alt="Gitter chat" height="18"></a> <a href="http://travis-ci.org/nodemailer/nodemailer"><img src="https://secure.travis-ci.org/nodemailer/nodemailer.svg" alt="Build Status" height="18"></a> <a href="http://badge.fury.io/js/nodemailer"><img src="https://badge.fury.io/js/nodemailer.svg" alt="NPM version" height="18"></a> <a href="https://www.npmjs.com/package/nodemailer"><img src="https://img.shields.io/npm/dt/nodemailer.svg" alt="NPM downloads" height="18"></a>
......@@ -14,10 +14,10 @@ Send e-mails from Node.js – easy as cake!
- **Embedded images** in HTML
- Secure e-mail delivery using **SSL/STARTTLS**
- Different **transport methods**, either using built-in SMTP transports or from external plugins
- Custom **Plugin support** for manipulating messages (add DKIM signatures, use markdown content instead of HTML etc.)
- Custom **plugin support** for manipulating messages (add DKIM signatures, use markdown content instead of HTML etc.)
- Sane **XOAUTH2** login with automatic access token generation (and feedback about the updated tokens)
- Simple built-in **templating** and external template renderers through [node-email-templates](https://github.com/niftylettuce/node-email-templates) (*optional*)
- **Proxy** support for SMTP connections (SOCKS, HTTP and custom connections)
- Simple built-in **templating** using [node-email-templates](https://github.com/niftylettuce/node-email-templates) or custom renderer
- **Proxies** for SMTP connections (SOCKS, HTTP and custom connections)
> See Nodemailer [homepage](http://nodemailer.com/) for complete documentation
......
{
"name": "nodemailer",
"version": "2.3.0-rc.3",
"version": "2.3.0",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment