Skip to content

Commit 62c2d53

Browse files
committed
Made changes to use resend SMTP with nodemailer.
1 parent 01b278a commit 62c2d53

File tree

8 files changed

+2045
-440
lines changed

8 files changed

+2045
-440
lines changed

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"ADMIN_EMAIL": {
1818
"description": "Credentials for the admin user created at app initialization",
19-
"value": "admin@example.com"
19+
"value": "admin@apply.ohack.dev"
2020
},
2121
"ADMIN_PASS": "party",
2222
"EMAIL_ADDRESS": {
2323
"description": "The email address that is included in the 'email us' link at the bottom of emails.",
24-
"value": "team@example.com"
24+
"value": "team@apply.ohack.dev"
2525
},
2626
"HACKATHON_NAME": "Hackathon",
2727
"TWITTER_HANDLE": {
@@ -34,7 +34,7 @@
3434
},
3535
"EMAIL_CONTACT": {
3636
"description": "Used to send verification, registration, and confirmation emails",
37-
"value": "Hackathon Team <team@example.com>"
37+
"value": "Hackathon Team <team@apply.ohack.dev>"
3838
},
3939

4040
"EMAIL_HEADER_IMAGE": "https://s3.amazonaws.com/hackmit-assets/Banner_600.jpg",

0 commit comments

Comments
 (0)