prince09 Posted September 5, 2005 Share Posted September 5, 2005 Hi, Can you plz help me in configuring PHP.INI file to send mail by php's mail function? I get the following error message: PHP Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Inetpub\wwwroot\_debug_tmp.php on line 9 I am running this code on server and i don't know how to configure SMTP server. This is my PHP.INI file. [mail function] ; For Win32 only. SMTP = 127.0.0.1 smtp_port = 25 ; For Win32 only. ;sendmail_from = gth838t@mail.gatech.edu Hope to get your reply soon. Quote Link to comment Share on other sites More sharing options...
nand Posted September 22, 2005 Share Posted September 22, 2005 smtp settings affect only windows phps (read at php.net). On linux you need mta like sendmail or qmail and in php.ini something like: sendmail_path = /usr/sbin/sendmail -t -i Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.