我过去四个月一直在做一个项目,我真的很生气,现在正面对着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)