php mail() function
-
My WordPress admin email stopped coming through a couple of weeks ago. My webhosting support has told me that I need to do the following:
Please added following line to your php scripts that contain php mail() function:
ini_set(‘sendmail_from’, ‘user@domain.com’);
where ‘user@domain.com’ is mail address specified as From: address for your php mail sending.
Help? Which files contain the php mail() function? Where would I add that line?
Any help is appreciated… I am not a php programmer!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘php mail() function’ is closed to new replies.