chore(env): set MAILER_SENDER to noreply@wevisto.com
CI / test (push) Has been cancelled
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:
@@ -45,7 +45,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
|
|||||||
|
|
||||||
###> symfony/mailer ###
|
###> symfony/mailer ###
|
||||||
MAILER_DSN=null://null
|
MAILER_DSN=null://null
|
||||||
MAILER_SENDER=noreply@pictureframe.edholm.me
|
MAILER_SENDER=noreply@wevisto.com
|
||||||
###< symfony/mailer ###
|
###< symfony/mailer ###
|
||||||
|
|
||||||
###> pictureframe ###
|
###> pictureframe ###
|
||||||
|
|||||||
Reference in New Issue
Block a user