Webmastersite.net
Register Log In

Problem with reply-to (email)

Comments on Problem with reply-to (email)

rolij
Member

Usergroup: Customer
Joined: May 19, 2005

Total Topics: 18
Total Comments: 42
rolij
Posted May 25, 2006 - 4:36 PM:

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 wink

Thank you!
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
Posted May 27, 2006 - 11:27 PM:

I guess that right below
function sendemail($to, $subject, $message, $from = '', $bypass = 'no', $replacement = '')
{
you could add
$from = "Reply-To: x@y.com \n". $from;
but I'm not positive it'll work.
rolij
Member

Usergroup: Customer
Joined: May 19, 2005

Total Topics: 18
Total Comments: 42
rolij
Posted May 28, 2006 - 3:57 AM:

It works perfect! Thank you Paul.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.