rebrand to useSend (#210)
This commit is contained in:
@@ -5,7 +5,7 @@ const transporter = nodemailer.createTransport({
|
||||
port: 25,
|
||||
secure: false,
|
||||
auth: {
|
||||
user: "unsend",
|
||||
user: "usesend",
|
||||
pass: "us_123",
|
||||
},
|
||||
tls: {
|
||||
@@ -17,8 +17,8 @@ const mailOptions = {
|
||||
to: "sender@example.com",
|
||||
from: "hello@example.com",
|
||||
subject: "Testing SMTP",
|
||||
html: "<strong>THIS IS USING SMTP,</strong><p>Unsend is the best open source sending platform<p><p>check out <a href='https://unsend.dev'>unsend.dev</a>",
|
||||
text: "hello,\n\nUnsend is the best open source sending platform",
|
||||
html: "<strong>THIS IS USING SMTP,</strong><p>useSend is the best open source sending platform<p><p>check out <a href='https://usesend.com'>usesend.com</a>",
|
||||
text: "hello,\n\nuseSend is the best open source sending platform",
|
||||
};
|
||||
|
||||
transporter.sendMail(mailOptions, (error, info) => {
|
||||
|
Reference in New Issue
Block a user