swiftmailer.yaml 245 B

123456
  1. # See https://symfony.com/doc/current/email/dev_environment.html
  2. swiftmailer:
  3. # disable the sending of email altogether
  4. disable_delivery: true
  5. # ... or send all email to a specific address
  6. #delivery_addresses: ['me@example.com']