Where to put the PHP for mailing
-
My host requires that the return address is set when using the PHP mail facility. I resolve this by putting the line:-
ini_set(“sendmail_from”, “[email protected]”); in the relevant file. Where should I put this in WordPress to ensure the mail functions will work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Where to put the PHP for mailing’ is closed to new replies.