From 6a0cecac5ad28b2afdfd145da8db2c1f06d36a07 Mon Sep 17 00:00:00 2001 From: Oitash Date: Sun, 24 Nov 2024 22:11:50 +0530 Subject: [PATCH] Creating logo.... --- server/mail/templates/contactFormRes.js | 4 ++-- server/mail/templates/courseEnrollmentEmail.js | 6 +++--- server/mail/templates/emailVerificationTemplate.js | 6 +++--- server/mail/templates/passwordUpdate.js | 4 ++-- server/mail/templates/paymentSuccessEmail.js | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/server/mail/templates/contactFormRes.js b/server/mail/templates/contactFormRes.js index d5a44e7..5f6f8e2 100644 --- a/server/mail/templates/contactFormRes.js +++ b/server/mail/templates/contactFormRes.js @@ -75,7 +75,7 @@ exports.contactUsEmail = (
+ src="https://i.ibb.co/27WM9fg/codeholic-logo.png" alt="CodeHolic Logo">
Contact Form Confirmation

Dear ${firstname} ${lastname},

@@ -89,7 +89,7 @@ exports.contactUsEmail = (

We appreciate your interest and will get back to you shortly.

If you have any further questions or need immediate assistance, please feel free to reach - out to us at info@studynotion.com. We are here to help!
+ out to us at info@codeholic.com. We are here to help!
diff --git a/server/mail/templates/courseEnrollmentEmail.js b/server/mail/templates/courseEnrollmentEmail.js index ec493d2..fa88264 100644 --- a/server/mail/templates/courseEnrollmentEmail.js +++ b/server/mail/templates/courseEnrollmentEmail.js @@ -67,8 +67,8 @@ exports.courseEnrollmentEmail = (courseName, name) => {
- +
Course Registration Confirmation

Dear ${name},

@@ -79,7 +79,7 @@ exports.courseEnrollmentEmail = (courseName, name) => { Go to Dashboard
If you have any questions or need assistance, please feel free to reach out to us at info@studynotion.com. We are here to help!
+ href="mailto:info@codeholic.com">info@codeholic.com. We are here to help!
diff --git a/server/mail/templates/emailVerificationTemplate.js b/server/mail/templates/emailVerificationTemplate.js index 07494f3..ce825cd 100644 --- a/server/mail/templates/emailVerificationTemplate.js +++ b/server/mail/templates/emailVerificationTemplate.js @@ -67,18 +67,18 @@ const otpTemplate = (otp) => {
+ src="https://i.ibb.co/27WM9fg/codeholic-logo.png" alt="CodeHolic Logo">
OTP Verification Email

Dear User,

-

Thank you for registering with StudyNotion. To complete your registration, please use the following OTP +

Thank you for registering with CodeHolic. To complete your registration, please use the following OTP (One-Time Password) to verify your account:

${otp}

This OTP is valid for 5 minutes. If you did not request this verification, please disregard this email. Once your account is verified, you will have access to our platform and its features.

If you have any questions or need assistance, please feel free to reach out to us at info@studynotion.com. We are here to help!
+ href="mailto:info@codeholic.com">info@codeholic.com. We are here to help!
diff --git a/server/mail/templates/passwordUpdate.js b/server/mail/templates/passwordUpdate.js index a7d7444..85dbf8d 100644 --- a/server/mail/templates/passwordUpdate.js +++ b/server/mail/templates/passwordUpdate.js @@ -56,7 +56,7 @@ exports.passwordUpdated = (email, name) => {
+ src="https://i.ibb.co/27WM9fg/codeholic-logo.png" alt="CodeHolic Logo">
Password Update Confirmation

Hey ${name},

@@ -66,7 +66,7 @@ exports.passwordUpdated = (email, name) => {
If you have any questions or need further assistance, please feel free to reach out to us at - info@studynotion.com. We are here to help! + info@codeholic.com. We are here to help!
diff --git a/server/mail/templates/paymentSuccessEmail.js b/server/mail/templates/paymentSuccessEmail.js index e2f81d8..3b0b43d 100644 --- a/server/mail/templates/paymentSuccessEmail.js +++ b/server/mail/templates/paymentSuccessEmail.js @@ -67,8 +67,8 @@ exports.paymentSuccessEmail = (name, amount, orderId, paymentId) => {
- +
Course Payment Confirmation

Dear ${name},

@@ -77,7 +77,7 @@ exports.paymentSuccessEmail = (name, amount, orderId, paymentId) => {

Your Order ID is ${orderId}

If you have any questions or need assistance, please feel free to reach out to us at info@studynotion.com. We are here to help!
+ href="mailto:info@codeholic.com">info@codeholic.com. We are here to help!