Symfony2 Swiftmailer Not Sending

前端 未结 7 814
南旧
南旧 2021-02-07 04:14

I am having trouble sending emails with symfony2 and swiftmailer. I am also a bit lost on how to debug this issue. Below is the code. First I am creating a form to display. On s

7条回答
  •  说谎
    说谎 (楼主)
    2021-02-07 04:58

    I often set the following configuration in config_dev.yml to -prevent- mails being sent during testing, maybe you have done the same and forgot?

    If this is in config_dev.yml, set it to false:

    swiftmailer:
      disable_delivery:  true
    

提交回复
热议问题