Quote:
Originally Posted by djbaxter
If you are using Inactive Users Reminder Email:
1. Version 1.11 uses the vBulletin mail queue and should have the headers. However, 1.11 is buggy - consider it beta. I recommend you uninstall it and install version 1.09.
2. If using version 1.09, open remindermail.php and find:
PHP Code:
$headers .= "To: $username <$email>" . "\r\n";
$headers .= "From: " . $vbulletin->options['bbtitle'] . " Reminder Service <" . $vbulletin->options['webmasteremail'] . ">" . "\r\n";
Add below:
PHP Code:
// add EZBounce headers
$bounceurl = $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" . $userid;
$bouncestring = "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>";
$headers .= 'X-EZbouncer: ' . $bouncestring . $delimiter;
|
Thank you...
Thanks to your excellent recommendation in the threads for that other mod, I'm running v1.09. It's working well and I really don't see upgrading ever...
I've made the edits to the file above and I guess I'll wait for another email to bounce and see what happens....
Thanks again for your support, here and there... :up:
Regards,
Badger
I'm