wip: configures mailer

This commit is contained in:
2025-07-09 14:13:53 -05:00
parent b5526dc2dd
commit bb6dcdef30
7 changed files with 359 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
framework:
mailer:
dsn: 'smtp://%env(SMTP_USER)%:%env(SMTP_PASS)%@%env(SMTP_HOST)%:%env(SMTP_PORT)%'
envelope:
sender: '%env(SMTP_FROM)%'
headers:
From: '%env(SMTP_FROM_NAME)% <%env(SMTP_FROM)%>'