PDA

View Full Version : Help(Warning: mail(): "sendmail_from" not set in php.ini )


Kane Da Don
09-03-2003, 01:16 AM
ok i formated my computer because i was having problems and i had my test board so i was following a tutorial on a board on how to get apache, php, myqsl running and i did it with no problems now i need to make my email work and how would i do that i keep getting this error and i am stumped on how to fix this i fixed it before but it was around a year ago and i dont remember how i did

Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in z:\website\board\admin\functions.php on line 54

Steve Machol
09-03-2003, 01:39 AM
As the error says:

Warning: mail(): "sendmail_from" not set in php.ini
You need to edit php.ini to include a valid email address in this setting.

Kane Da Don
09-03-2003, 02:54 AM
Never Mind I just Found out that a copy of the php.ini is suppost to go into the windows folder in xp thats the problem thanks for helping me out anyway