小编Pet*_*ter的帖子

Laravel不发送电子邮件而不发送错误

我过去四个月一直在做一个项目,我真的很生气,现在正面对着Laravel.它没有发送电子邮件; 我将其设置为使用邮件驱动程序并输入正确的代码,但似乎根本不起作用.除了不工作,它甚至没有给我一个错误!

这是我的配置:

return array(

/*
|--------------------------------------------------------------------------
| Mail Driver
|--------------------------------------------------------------------------
|
| Laravel supports both SMTP and PHP's "mail" function as drivers for the
| sending of e-mail. You may specify which one you're using throughout
| your application here. By default, Laravel is setup for SMTP mail.
|
| Supported: "smtp", "mail", "sendmail"
|
*/

'driver' => 'mail',

/*
|--------------------------------------------------------------------------
| SMTP Host Address
|--------------------------------------------------------------------------
|
| Here you may provide the host address of the SMTP server …
Run Code Online (Sandbox Code Playgroud)

php laravel laravel-4

29
推荐指数
8
解决办法
5万
查看次数

标签 统计

laravel ×1

laravel-4 ×1

php ×1