Files
symfony-flex-recipes/symfony/swiftmailer-bundle/etc/packages/swiftmailer.yaml
T

11 lines
290 B
YAML

swiftmailer:
url: "%env(MAILER_URL)%"
transport: "%env(MAILER_TRANSPORT)%"
host: "%env(MAILER_HOST)%"
port: "%env(MAILER_PORT)%"
encryption: null
auth_mode: null
username: "%env(MAILER_USER)%"
password: "%env(MAILER_PASSWORD)%"
spool: { type: "memory" }