Skip to content

Commit

Permalink
Merge pull request #1 from sanghanihimanshu/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
sanghanihimanshu authored Jan 2, 2024
2 parents dd75e6c + 0e5bb49 commit 0b49ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const transporter = nodemailer.createTransport({
pass: "mmue gwcm vbki gylc ",
},
tls:{
rejectUnauthorized: false
rejectUnauthorized: false
}
});

Expand All @@ -28,7 +28,7 @@ async function main() {
});

console.log("Message sent: %s", info.messageId);
// Message sent: <[email protected]>


//
// NOTE: You can go to https://forwardemail.net/my-account/emails to see your email delivery status and preview
Expand Down

0 comments on commit 0b49ec3

Please sign in to comment.