Quote:
Originally Posted by makaiguy
Here's my hack to sendmessage.php. This is for vB3.8.7 - don't know if there have been syntax changes in later versions. The keys here are the 5th and 6th parameters passed to vbmail().
In my vB 3.8.7 vbmail() is called three times in sendmessage.php. - First time is for ContactUs mails. I don't currently have any trouble with these, probably because MY server isn't making DMARC/Sender-ID checks on incoming mail. Or maybe it's just that, even though it has the sender's email shown as From, in reality it is going from and to the same server (??).
|
Quote:
Originally Posted by Avensen
I had to change
PHP Code:
Reply-to:{$vbulletin->userinfo['email']
to
PHP Code:
Reply-To: {$vbulletin->userinfo['email']
to make it RFC compliant and get it working with some e-mail provider.
Changes are: the capital T in Reply-To: and added space after Reply-To:
|
Thanks guys, just to confirm that this is working well for the Contact Us form in 4.2.3 PL2 :up::up::up: