答:php在unix/linux下發(fā)郵件用的是sendmail程序,在windows沒有sendmail,但可以用smtp協(xié)議來完成,具體方法如下:修改php.ini文件的[mail function]下的smtp。 如: [mail function] smtp=public.sta.net.cn ;win32 only
七、
問 :php+apache在win9x下的設(shè)置一問
運行時出現(xiàn):“cannot determine local host name,use servername to set it manually” 如果你有ip地址的話,只需在httpd.conf中加入: servername http://你的ip 例如: servername http://162.105.38.100