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. That might explain the RFC Compliance problem mentioned in post 22.
I've edited the original post with these changes.