Skip to content

Commit

Permalink
examples: update annotation in transport.
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Klocek <marcin.klocek3@gmail.com>
  • Loading branch information
narekhovhannisyan and mklocek committed Dec 4, 2023
1 parent d2df054 commit fe68ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const transport = Nodemailer.createTransport(MailtrapTransport({
token: TOKEN
}))

// Note: 'sandbox: true' can be passed for making requests to testing API
// 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 fe68ba3

Please sign in to comment.