Is it possible to hard-code a reply-to parameter to every outgoing mail? When I reply to an email I send the email to the host email address (provider) instead of mine. So I don't get the replies. So I guess if I would set a reply-to address it would work. Can you tell me where (in the sendemail function in commonfuncs.php, I guess) and how I can do this? The how is important
Comments on Problem with reply-to (email)
Member
Usergroup: Customer
Joined: May 19, 2005
Total Topics: 18
Total Comments: 42
Paul,
Is it possible to hard-code a reply-to parameter to every outgoing mail? When I reply to an email I send the email to the host email address (provider) instead of mine. So I don't get the replies. So I guess if I would set a reply-to address it would work. Can you tell me where (in the sendemail function in commonfuncs.php, I guess) and how I can do this? The how is important
Thank you!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I guess that right below you could add but I'm not positive it'll work.
Member
Usergroup: Customer
Joined: May 19, 2005
Total Topics: 18
Total Comments: 42
It works perfect! Thank you Paul.