Laravel mail pretend prints nothing

后端 未结 5 495
走了就别回头了
走了就别回头了 2021-02-01 16:48

I set \'pretend\' => true, in the mail.php, created this new.php view:


    
E-mail: {{
5条回答
  •  执笔经年
    2021-02-01 16:58

    I created a package to also include subject and body for laravel 4.2.

    The package can be found here: https://packagist.org/packages/peercode/mail

    Just enable the package as descripted here: https://github.com/peercode-eric/laravel-maillog and the log will contain the additional information.

提交回复
热议问题