From 62cd3f57dfa2d8109cae46a1d20b9eb6e89d2eee Mon Sep 17 00:00:00 2001 From: Matt Edholm Date: Thu, 14 May 2026 21:27:57 -0400 Subject: [PATCH] chore(env): set MAILER_SENDER to noreply@wevisto.com Aligns the default sender with the public brand. Production mailer is currently null:// so no live email is sent, but the From: header is now consistent with the rest of the rebrand. Co-Authored-By: Claude Opus 4.7 (1M context) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 311b69a..3652de8 100644 --- a/.env +++ b/.env @@ -45,7 +45,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0 ###> symfony/mailer ### MAILER_DSN=null://null -MAILER_SENDER=noreply@pictureframe.edholm.me +MAILER_SENDER=noreply@wevisto.com ###< symfony/mailer ### ###> pictureframe ###