我想从ubuntu机器localhost发送电子邮件,但我无法从laravel发送它已配置mail.php文件,如:
并在php.ini文件中设置如下:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP=localhost
; http://php.net/smtp-port
smtp_port=25
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "/usr/bin/sendmail -t"

我已经使用了laravel mail :: send函数来发送电子邮件,但我正在收到错误消息,如