Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update the SEF email #196

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/templates/emailTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@
<p><%- message %></p>
<p>
To ensure that you receive our emails and they do not go
to your spam folder, please add
sustainableedufoundation@gmail.com to your email
whitelist.
to your spam folder, please add admin@sefglobal.org to
your email whitelist.
</p>
<p>
Please join our slack channel
Expand Down
6 changes: 3 additions & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const getEmailContent = async (
subject: 'Thank you very much for applying to ScholarX',
message: `Dear ${name},<br /><br />
Thank you very much for applying to ScholarX. Your application has been received. Our team will soon review your application, and we will keep you posted on the progress via email.
Please reach out to us via <a href="mailto:sustainableedufoundation@gmail.com">sustainableedufoundation@gmail.com</a> for any clarifications.`
Please reach out to us via <a href="mailto:admin@sefglobal.org">admin@sefglobal.org</a> for any clarifications.`
}
case MentorApplicationStatus.APPROVED:
return {
Expand Down Expand Up @@ -190,7 +190,7 @@ export const getEmailContent = async (
return {
subject: 'Thank you very much for applying to ScholarX',
message: `Dear ${name},<br /><br />
Thank you very much for applying to ScholarX. Your application has been received. Mentor will soon review your application and we will keep you posted on the progress via email. Until then, read more about student experience <a href="https://medium.com/search?q=scholarx">here</a> and reach out to us via <a href="mailto:sustainableedufoundation@gmail.com">sustainableedufoundation@gmail.com</a> for any clarifications. `
Thank you very much for applying to ScholarX. Your application has been received. Mentor will soon review your application and we will keep you posted on the progress via email. Until then, read more about student experience <a href="https://medium.com/search?q=scholarx">here</a> and reach out to us via <a href="mailto:admin@sefglobal.org">admin@sefglobal.org</a> for any clarifications. `
}
case MenteeApplicationStatus.APPROVED:
return {
Expand Down Expand Up @@ -281,7 +281,7 @@ export const getMentorNotifyEmailContent = (
subject: 'New Mentee Application Received',
message: `Dear ${name},<br /><br />
We wanted to let you know that a new mentee has applied to be mentored by you through the ScholarX program. Please visit your dashboard to review their application at your earliest convenience.<br /><br />
If you have any questions or need assistance, feel free to reach out to us at sustainableedufoundation@gmail.com.
If you have any questions or need assistance, feel free to reach out to us at admin@sefglobal.org.
<br /><br />
Thank you for your continued support and commitment to the ScholarX program.<br /><br />
`
Expand Down