Laravel 4.2电子邮件配置,本地邮件驱动程序

时间:2015-05-02 06:21:45

标签: php email laravel xampp

我正在使用xampp并希望在本地计算机上使用laravel 4.2邮件驱动程序发送电子邮件。但是没有发生。有人可以帮忙吗?

return array(

  'driver' => 'mail',

  'host' => 'localhost',

  'port' => 25,

  'from' => array('address' => 'foo@bar.com', 'name' => 'foo'),

  'encryption' => 'tls',

  'username' => '',

  'password' => '',

  'sendmail' => '/usr/sbin/sendmail -bs',

  'pretend' => false,
);

0 个答案:

没有答案