Mailer From

This commit is contained in:
Frank
2026-01-11 23:10:30 +01:00
parent f3bf472bc6
commit f96e51420f
5 changed files with 5 additions and 3 deletions

2
.env
View File

@@ -53,7 +53,7 @@ MAILER_DSN=smtp://mailer:1025
# Alternatively, via SMTP (no extra package needed):
# MAILER_DSN="smtp://apikey:%env(SENDGRID_API_KEY)%@smtp.sendgrid.net:587?encryption=tls"
# Optional default sender (used by test command if --from not passed):
# MAILER_FROM=no-reply@your-domain.tld
MAILER_FROM=noreply@escapepage.dev
SENDGRID_API_KEY=your_real_key_goes_here
###< symfony/mailer ###