diff --git a/src/app/utils/sendConfirmationEmail.js b/src/app/utils/sendConfirmationEmail.js index 7cbeb9c..4e3e7e2 100644 --- a/src/app/utils/sendConfirmationEmail.js +++ b/src/app/utils/sendConfirmationEmail.js @@ -7,7 +7,7 @@ const sendConfirmationEmail = (userEmail, token) => { const mailOptions = { from: config.mail_user, to: userEmail, - subject: "Confirm Your Email Address - Learnup Bangladesh", + subject: "Confirm Your Email Address - Website Builder", html: ` @@ -68,7 +68,7 @@ const sendConfirmationEmail = (userEmail, token) => {
Thank you for registering with us. Please confirm your email address by clicking the button below:
Confirm Email Address @@ -77,7 +77,7 @@ const sendConfirmationEmail = (userEmail, token) => {
${confirmationLink}
If you didn't register, please ignore this email.
We have recived a request to reset you password. Please confirm your email address by clicking the button below:
Reset Password @@ -75,7 +75,7 @@ const sendResetPassEmail = (userEmail, resetLink) => {
${resetLink}
If you didn't register, please ignore this email.