We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d874902 commit 67ec4b0Copy full SHA for 67ec4b0
backend/src/pages/api/user/user.ts
@@ -123,7 +123,7 @@ export default APIWrapper({
123
};
124
if (process.env.DEPLOY_CONTEXT === "production") {
125
await sendEmail(
126
- "gt.engineering@hack4impact.org",
+ "applicant@healing4heroes.org",
127
EmailSubject.ACCOUNT_CREATED,
128
EmailTemplate.ACCOUNT_CREATED,
129
emailData
0 commit comments