最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Yii2使用swiftmailer發(fā)送郵件的方法

 更新時(shí)間:2016年05月03日 12:02:42   作者:懶人  
這篇文章主要介紹了Yii2使用swiftmailer發(fā)送郵件的方法,結(jié)合實(shí)例形式分析了Yii2使用swiftmailer進(jìn)行郵件發(fā)送的設(shè)置與代碼實(shí)現(xiàn)技巧,需要的朋友可以參考下

本文實(shí)例講述了Yii2使用swiftmailer發(fā)送郵件的方法。分享給大家供大家參考,具體如下:

'mail' => [
    'class' => 'yii\swiftmailer\Mailer',
    'viewPath' => '@backend/mail',
    'useFileTransport' => false,//set this property to false to send mails to real email addresses
    //comment the following array to send mail using php's mail function
    'transport' => [
      'class' => 'Swift_SmtpTransport',
      'host' => 'smtp.gmail.com',
      'username' => 'username@gmail.com',
      'password' => 'password',
      'port' => '587',
      'encryption' => 'tls',
     ],
  ],
],

控制器:

Yii::$app->mail->compose('your_view', ['params' => $params])
 ->setFrom([\Yii::$app->params['supportEmail'] => 'Test Mail'])
 ->setTo('to_email@xx.com')
 ->setSubject('This is a test mail ' )
 ->send();

更多關(guān)于Yii相關(guān)內(nèi)容感興趣的讀者可查看本站專題:《Yii框架入門及常用技巧總結(jié)》、《php優(yōu)秀開發(fā)框架總結(jié)》、《smarty模板入門基礎(chǔ)教程》、《php日期與時(shí)間用法總結(jié)》、《php面向?qū)ο蟪绦蛟O(shè)計(jì)入門教程》、《php字符串(string)用法總結(jié)》、《php+mysql數(shù)據(jù)庫操作入門教程》及《php常見數(shù)據(jù)庫操作技巧匯總

希望本文所述對大家基于Yii框架的PHP程序設(shè)計(jì)有所幫助。

相關(guān)文章

最新評論

丰顺县| 澳门| 蓝山县| 奎屯市| 宜阳县| 陕西省| 华蓥市| 太谷县| 淳安县| 开化县| 大理市| 宽甸| 宜春市| 临汾市| 临潭县| 治县。| 江陵县| 天峻县| 六盘水市| 普安县| 博客| 台北市| 广州市| 丹寨县| 杨浦区| 板桥市| 太仆寺旗| 梁山县| 独山县| 南京市| 囊谦县| 龙口市| 贵港市| 灵寿县| 扶风县| 化德县| 新津县| 阳原县| 长宁县| 华亭县| 灵宝市|