Forum Moderators: coopster
I have tried to add a default sender address for my php mail scripts so i dont have to add it on a per script basis. I have access to the php.ini and i have tried two settings.
sendmail_path = "sendmail -t -i webmaster@mydomain.dk"
sendmail_path = "sendmail -t -i -f webmaster@mydomain.dk"
None of them seem to work. Does apache need to be restarted for these changes to take effect?
I have not tinkered with the Sendmail_from directive since this is only used on win32 servers, right?
/Hafnius