chore(env): set MAILER_SENDER to noreply@wevisto.com
CI / test (push) Has been cancelled

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) <noreply@anthropic.com>
This commit is contained in:
2026-05-14 21:27:57 -04:00
parent dd89b3d934
commit 62cd3f57df
+1 -1
View File
@@ -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 ###