We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f2b3a commit 8dac35aCopy full SHA for 8dac35a
2 files changed
functions/utils.ts
@@ -149,6 +149,7 @@ export async function sendMagicLinkEmail(
149
body: JSON.stringify({
150
from: fromEmail,
151
to: email,
152
+ reply_to: 'noreply@hex.dvdagames.com',
153
subject: 'Sign in to Hex Flower Engine',
154
html: `
155
<h2>Sign in to Hex Flower Engine</h2>
wrangler.toml
@@ -15,5 +15,7 @@ database_id = "28890a06-d90d-42b6-a601-2d2f3c7ba608" # Fill in after creating: n
15
# ADMIN_EMAILS - Comma-separated list of admin email addresses
16
# EMAIL_FROM - Sender email address (e.g., "Hex Flower Engine <info@hex.dvdagames.com>")
17
18
+EMAIL_FROM = "Hex Flower Engine <info@hex.dvdagames.com>"
19
+
20
[vars]
21
ENVIRONMENT = "production"
0 commit comments