I'm still trying to change the email address the site sends the email address from. Can somebody tell me how to do that please. My email has my email address of my server's account [email protected] instead of ... @planetefrancaise.com. I tryed thread # 203 without success.
if (!$reply)
$reply = get_gvar('site_name').'noreply@'.$_SERVER['HTTP_HOST'].'';
I changed it to get_gvar('site_name').'[email protected]'';but
I also tried: $reply = '[email protected]';like on thread 214
it doesn't work!
What am I doing wrong?
Thanks
|