diff --git a/app/core/mutations/broadcast-supporting.ts b/app/core/mutations/broadcast-supporting.ts index 3980ac16e..c27b19d2b 100644 --- a/app/core/mutations/broadcast-supporting.ts +++ b/app/core/mutations/broadcast-supporting.ts @@ -1,7 +1,7 @@ import { ServerClient, TemplatedMessage } from "postmark" import db from "db" -const from = process.env.MAIL_FROM ?? "Chris Hartgerink " +const from = "Chris Hartgerink " const postmark = () => new ServerClient(process.env.POSTMARK_TOKEN ?? "")