J junkingusa Guest Sep 12, 2006 #1 Hi, Can someone that is on 7.5.4 please check the php.ini file for me and tell me exactly what the sendmail value should be? Thanks, appreciate the help!
Hi, Can someone that is on 7.5.4 please check the php.ini file for me and tell me exactly what the sendmail value should be? Thanks, appreciate the help!
T Thratchen Guest Sep 13, 2006 #2 Code: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. ;sendmail_from = [email][email protected][/email] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = /usr/sbin/sendmail -t -i Thats it.
Code: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. ;sendmail_from = [email][email protected][/email] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = /usr/sbin/sendmail -t -i Thats it.