Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Johannes Fritsch
nodemailer
Commits
5d769d27
Commit
5d769d27
authored
9 years ago
by
Andris Reinman
Browse files
Options
Download
Email Patches
Plain Diff
v2.3.0
parent
5c8194d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
17 deletions
+7
-17
CHANGELOG.md
CHANGELOG.md
+2
-12
README.md
README.md
+4
-4
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
5d769d27
# 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
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
5d769d27

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
**
P
lugin support**
for manipulating messages (add DKIM signatures, use markdown content instead of HTML etc.)
-
Custom
**
p
lugin 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*
)
-
**Prox
y**
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
-
**Prox
ies**
for SMTP connections (SOCKS, HTTP and custom connections)
> See Nodemailer [homepage](http://nodemailer.com/) for complete documentation
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
5d769d27
{
"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"
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment