PHP mail will not send from Windows Server 2008

后端 未结 2 1523
野性不改
野性不改 2021-01-21 03:20

I have two servers. One (linux) will send mail fine using the script below. The second (windows server 2008) sends nothing.



        
2条回答
  •  一个人的身影
    2021-01-21 03:23

    Check your PHP.ini You can also override these with the ini_set function at the script level (I think).

    [mail function]
    ; For Win32 only.
    SMTP = xxx.xxx.xxx.xxx
    smtp_port = xx
    

提交回复
热议问题