Quote:
Originally Posted by chrisngrod
I still absolutely love this mod, and it's helped me greatly.
My forms get sent to an e-mail address, and I'd like the reply to go to the user who submitted it (their e-mail address).
Earlier bananalive responded about a plugin and hook:
and to use this...
$uheaders .= 'Reply-To: = email@domain' . "\r\n";
I'm actually looking for the code to replace email@domain with the email address of the user who submitted the form if possible. I've tried a few variations and failed unfortunately.
Thanks in advance!
|
$uheaders .= 'Reply-To: = ' . $vbulletin->userinfo['email'] . "\r\n";