How to use the swiftMailer in Yii2

前端 未结 6 567
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 18:01

I can\'t finally understand how to use the swiftMailer extension in Yii2. Judging by that on this subject I didn\'t find questions, the task is trivial, but up to the end I

6条回答
  •  攒了一身酷
    2020-12-07 18:09

    You need not using SMTP transport with swiftmailer, only remove 'useFileTransport' => true in the config file (app/config/web.php in basic template) and the mails will flow.

    Take a look in the docs:

    http://www.yiiframework.com/doc-2.0/ext-swiftmailer-index.html

提交回复
热议问题