Skip to content

Commit

Permalink
examples: add comment about sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Dec 1, 2023
1 parent 36eeffc commit d2df054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const transport = Nodemailer.createTransport(MailtrapTransport({
token: TOKEN
}))

// Note: 'sandbox: true' can be passed for making requests to testing API
transport.sendMail({
text: "Welcome to Mailtrap Sending!",
to: {
Expand Down

0 comments on commit d2df054

Please sign in to comment.