-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,7 +190,7 @@ export default class CompanyFunctions { | |
` | ||
Thank you for registering your company with the DevSoc Jobs Board. We really appreciate your time and are looking forward to working with you to share amazing opportunities with our students. | ||
<br> | ||
Please contact our executive committee at <a href="mailto:[email protected]">[email protected]</a> to verify your company account. | ||
Please contact our executive committee at <a href="mailto:[email protected]">[email protected]</a> to verify your company account. | ||
<br> | ||
<p>Best regards,</p> | ||
<p>Adam Tizzone</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,7 @@ export default class MailFunctions { | |
// send a copy of this email to the csesoc admin | ||
const newMailRequestForCsesocAdmin: MailRequest = new MailRequest(); | ||
newMailRequestForCsesocAdmin.sender = env.MAIL_USERNAME; | ||
newMailRequestForCsesocAdmin.recipient = '[email protected]'; | ||
newMailRequestForCsesocAdmin.recipient = '[email protected]'; | ||
newMailRequestForCsesocAdmin.subject = subject; | ||
newMailRequestForCsesocAdmin.content = `The following was sent to "${recipient}" with subject "${subject}": | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters