mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
12 lines
309 B
YAML
12 lines
309 B
YAML
#SUPPORT_EMAIL: '%env(SUPPORT_EMAIL)%'
|
|
# config/packages/dev/mailer.yaml
|
|
framework:
|
|
mailer:
|
|
envelope:
|
|
sender: 'fabien@example.com'
|
|
recipients: ['foo@example.com', 'bar@example.com']
|
|
headers:
|
|
from: '%env(SUPPORT_EMAIL)%'
|
|
bcc: 'baz@example.com'
|
|
X-Custom-Header: 'foobar'
|