The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Set "reply-to" properly in mail from members
This involves modifying the sendmessage.php file directly. If that scares you then don't do it.
I've fixed sendmessage.php such that emails sent by members from my forum now set the "reply-to" field properly, that is, to the email address of the member sending the message. This solves the long-standing problem of people replying to those messages and the replies ending up in my inbox (since the admin email address forwards to me). It seems to me that the email system should have been set this way to begin with, but since it wasn't... This covers the "Contact Us" form, the "Send thread to friend" menu option and the "Email Member" option. This required three code edits in sendmessage.php: (was) PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
This won't affect notifications (e.g. DMs, thread subscriptions) because those really are sent from the system, not an individual user. DM notifications are not the actual DM, though they include the message; they are a notification from the system that a DM is available. I do get erroneous replies to those all the time and I'm open to suggestions for how they should be handled. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|