There was an error while loading. Please reload this page.
2 parents e695224 + a1ed164 commit bdabe3bCopy full SHA for bdabe3b
quickstarts/email-users/functions/index.js
@@ -70,7 +70,7 @@ function sendWelcomeEmail(email, displayName) {
70
to: email
71
};
72
73
- // The user unsubscribed to the newsletter.
+ // The user subscribed to the newsletter.
74
mailOptions.subject = `Welcome to ${APP_NAME}!`;
75
mailOptions.text = `Hey ${displayName}!, Welcome to ${APP_NAME}. I hope you will enjoy our service.`;
76
return mailTransport.sendMail(mailOptions).then(() => {
0 commit comments