N
|
nix386 2/18/2009 |
Hello, if you search you will find all kinds of confusing posts and after a few hours hair pulling etc |
D
|
dkasing author 2/19/2009 |
Hello, if you search you will find all kinds of confusing posts and after a few hours hair pulling etc all you need to do is set extra headers in the code for register.php located in c:\program files\phprunner\source Find this line mail($strEmail,##message REGMAIL_USER4##,$message); and change it to this with your domains email address, keep in mind that remind.php has the same issue so change that one too?! mail($strEmail,##message REGMAIL_USER4##,$message,"From: David Smith <dsmith@nobody.com>"); Caveat: you would need to change this for other projects on different domains Reason: php.ini controls this and shared hosts are not easily configured
|