Send Message Auto Reply
When a user sends you a message using sendmessage.php this mod will send the user an auto reply message.
You can edit the subject and the message body in the options How To Include HTML In The Email By default vBulletin doesn't allow you to send HTML in an email. It can also not be changed with a plugin so you have to do some manual file edits. So... Open "includes/class_mail.php" Find: PHP Code:
$headers .= 'Content-Type: text/plain' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
PHP Code:
$headers .= 'Content-Type: text/html' . iif($encoding, "; charset=\"$encoding\"") . $delimiter;
Please click install Download
Send_Message_Auto_Reply.xml (2.0 KB, 98 downloads) Screenshots |