You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,37 +136,42 @@ Attachments can be used as embedded images in the HTML body. To use this feature
136
136
137
137
### 1.0.0 Mail Composer
138
138
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.
140
140
141
141
### 1.1.0 Support for development SMTP
142
142
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)
144
144
145
145
### 1.1.0 Add DKIM signing
146
146
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)
148
148
149
149
### 1.1.1 Readme fix
150
150
151
-
simple link and text updates
151
+
*simple link and text updates
152
152
153
153
### 1.2.0 Added Support for devHost & devPort
154
154
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"
156
156
157
157
### 1.3.0
158
158
159
-
Add option to override "smtpPort:25"
159
+
*Add option to override "smtpPort:25"
160
160
161
161
### 1.4.0
162
162
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
165
165
166
166
### 1.4.1
167
167
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)
169
174
170
175
## Questions, Comments & Concerns
171
176
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.
0 commit comments