We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0fd44 commit 94ffcf5Copy full SHA for 94ffcf5
nodeMailer.js
@@ -18,6 +18,8 @@ var mailStructure = {
18
to: 'reciever@anything.com', // For multiple recievers, write the emails comma seperated for the key "to:"
19
subject: 'Checking Nodemailer',
20
text: 'You got the meassage?'
21
+ // To send html formatted text, even though it has its cons more than pros
22
+ html: '<h1>Welcome</h1><p>That was easy!</p>'
23
};
24
25
0 commit comments