Skip to content

Commit 63a14dc

Browse files
committed
updated version for npm release
1 parent 5ebebb5 commit 63a14dc

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 -2017 Guileen
4-
Copyright (c) 2016 -2018 Green Pioneer
3+
Copyright (c) 2013 -2020 Guileen & GreenPioneer
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy
76
of this software and associated documentation files (the "Software"), to deal

Readme.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,37 +136,42 @@ Attachments can be used as embedded images in the HTML body. To use this feature
136136

137137
### 1.0.0 Mail Composer
138138

139-
A better way to compose the emails while still sending them out in the exact same way.
139+
* A better way to compose the emails while still sending them out in the exact same way.
140140

141141
### 1.1.0 Support for development SMTP
142142

143-
A property describing a port for a local SMTP server (see [MailHog](https://github.com/mailhog/MailHog)) was added. If the property is omitted, sendmail behaves like it used to. This feature makes it possible to test an application offline and for multiple email addresses without needing to create hundreds of mail accounts. - Special thanks goes out to gumannp for [PR 21](https://github.com/guileen/node-sendmail/pull/21)
143+
* A property describing a port for a local SMTP server (see [MailHog](https://github.com/mailhog/MailHog)) was added. If the property is omitted, sendmail behaves like it used to. This feature makes it possible to test an application offline and for multiple email addresses without needing to create hundreds of mail accounts. - Special thanks goes out to gumannp for [PR 21](https://github.com/guileen/node-sendmail/pull/21)
144144

145145
### 1.1.0 Add DKIM signing
146146

147-
Added a `dkim` object to options that can have two properties: `privateKey` and `keySelector`. These options correspond to the options for [`dkim-signer`](https://github.com/andris9/dkim-signer). Added an example for these options. Special thanks goes out to download13 for [PR 23](https://github.com/guileen/node-sendmail/pull/23)
147+
* Added a `dkim` object to options that can have two properties: `privateKey` and `keySelector`. These options correspond to the options for [`dkim-signer`](https://github.com/andris9/dkim-signer). Added an example for these options. Special thanks goes out to download13 for [PR 23](https://github.com/guileen/node-sendmail/pull/23)
148148

149149
### 1.1.1 Readme fix
150150

151-
simple link and text updates
151+
* simple link and text updates
152152

153153
### 1.2.0 Added Support for devHost & devPort
154154

155-
Add option to override "localhost" when sending all SMTP traffic to a dummy server & "Converted to ES2015"
155+
* Add option to override "localhost" when sending all SMTP traffic to a dummy server & "Converted to ES2015"
156156

157157
### 1.3.0
158158

159-
Add option to override "smtpPort:25"
159+
* Add option to override "smtpPort:25"
160160

161161
### 1.4.0
162162

163-
Add option to add extra smtp host after resolveMX "smtpHost:-1"
164-
Added Yarn Lock
163+
* Add option to add extra smtp host after resolveMX "smtpHost:-1"
164+
* Added Yarn Lock
165165

166166
### 1.4.1
167167

168-
Update Readme
168+
* Update Readme
169+
170+
### 1.5.0
171+
172+
* Update Readme - Special thanks goes out to zzzgit for [PR 58](https://github.com/guileen/node-sendmail/pull/58)
173+
* sort mx records by priority (lowest first) - Special thanks goes out to seasick for [PR 57](https://github.com/guileen/node-sendmail/pull/57)
169174

170175
## Questions, Comments & Concerns
171176

172-
Please reach out to [Green Pioneer](https://github.com/greenpioneer). [Guileen](https://github.com/guileen) is the original creator.
177+
Please reach out to [Green Pioneer](https://github.com/greenpioneer). If I dont respond the first time please feel free to reach out again to get help( Also try using @greenpioneer in issues or prs). [Guileen](https://github.com/guileen) is the original creator.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Gui Lin <guileen@gmail.com>",
33
"name": "sendmail",
44
"description": "Sendmail without setting up SMTP server",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/guileen/node-sendmail.git"

0 commit comments

Comments
 (0)