Skip to content

Commit

Permalink
test CF
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jul 25, 2024
1 parent b136506 commit 428b3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/admin_mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const sendAdminEmailCloudflareWorkers = async ({
},
],
from: {
email: env.PRIVATE_ADMIN_EMAIL,
email: "noreply@you_domain_here_optional.com",
},
subject: "ADMIN_MAIL: " + subject,
content: [
Expand Down

0 comments on commit 428b3a5

Please sign in to comment.