How to send email from localhost using PHP on Linu

2019-01-18 05:14发布

I know that to send e-mail from localhost on Windows, you need to change SMTP server in php.ini however this is valid only on Windows:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

So what I should do to be able send e-mails from Linux OS?

7条回答
一夜七次
2楼-- · 2019-01-18 05:54

This worked for me on Linux Mint 17 for sending emails from the localhost:

sudo apt-get install sendmail
查看更多
登录 后发表回答