dongyu4554 2011-03-04 20:42
浏览 207
已采纳

如何设置Debian Linux默认的外发邮件/ sendmail应用程序/脚本?

I'm unfamiliar with Linux, but I'm trying to send mail from PHP. Via SSH, I've found my server's sendmail and mail functions to be incapable of sending mail through SMTP. But, I've had success with nc (Netcat) and telnet. Is there a way to switch a server's default mail sending application? E.g. from sendmail or mail to nc or telnet?

  • 写回答

2条回答 默认 最新

  • drny60365 2011-03-04 20:55
    关注

    What's in your php.ini file under sendmail_path? (Probably at /etc/php5/apache2/php.ini)

    eg:

    sendmail_path = /usr/sbin/sendmail 
    

    You need this to point into the correct location for your sendmail for mail() to work

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?