Login     Sign up
Email sending
Pierre (@planetefrancaise)
Join date: Jan 2nd 2011
Community posts: 32
View Profile
Send Message

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

171 months ago
sujay sreedhar (@webkoot)
Join date: Nov 11th 2010
Community posts: 98
View Profile
Send Message

use smpt module
its avilable in jcowmaster.net or howtonix.com

171 months ago
sujay sreedhar (@webkoot)
Join date: Nov 11th 2010
Community posts: 98
View Profile
Send Message

you can use mail id like [email protected] and it wil not get marked as spam,

171 months ago