Skip to content

Commit 44940e2

Browse files
committed
chore: added note to README
1 parent e03100c commit 44940e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
Create, [preview][preview-email] (browser/iOS Simulator), and send custom email templates for [Node.js][node]. Made for [Forward Email][forward-email] and [Lad][].
1010

11+
> **Need to send emails that land in the inbox instead of spam folder? [Click here to learn how to send JavaScript contact forms and more with Node.js](https://forwardemail.net/docs/how-to-javascript-contact-forms-node-js)**
12+
1113

1214
## Table of Contents
1315

@@ -109,7 +111,7 @@ email
109111

110112
### Basic
111113

112-
> You can swap the `transport` option with a [Nodemailer transport][nodemailer-transport] configuration object or transport instance. We highly recommend using [Postmark][] for your transport (it's the default in [Lad][]).
114+
> You can swap the `transport` option with a [Nodemailer transport][nodemailer-transport] configuration object or transport instance. We highly recommend using [Forward Email][forward-email] for your transport (it's the default in [Lad][]).
113115
>
114116
> If you want to send emails in `development` or `test` environments, set `options.send` to `true`.
115117
@@ -997,8 +999,6 @@ See v5.0.0 above
997999

9981000
[nodemailer-transport]: https://nodemailer.com/transports/
9991001

1000-
[postmark]: https://postmarkapp.com/
1001-
10021002
[ejs]: http://ejs.co/
10031003

10041004
[preview-email]: https://github.com/forwardemail/preview-email

0 commit comments

Comments
 (0)