Back to vBulletin 3.0 Add-Ons

Prevent E-mail's From Sitting In The Junk Folder
Mod Version: 1.01, by sabret00the

This modification is in the archives.
vB Version: 3.0.7 Rating: (1 vote - 5.00 average) Installs: 26
Released: 30 Mar 2005 Last Update: Never Downloads: 4
Not Supported  

Thanks to Nexlysis (think that's how you spell it) for the tip, it's an easy mod, i installed it on my live board and not only did it send the stuff to my inbox it made babies

but open functions.php and find:
PHP Code:
// ###################### Start vb_send_mail #######################
function vb_send_mail($toemail$subject$message$header)
{
    global 
$vboptions;

    if (!
class_exists('Mail'))
    {
        require_once(
'./includes/mail.php');
    } 
and below add:
PHP Code:
    // +++ de-Spam email
    
$message trim($message);
    
// --- de-Spam email 

now find in the same file:
PHP Code:
        if ($vboptions['usemailqueue'] AND !$notsubscription)
        {
            
$data '(' TIMENOW .' , "' addslashes($toemail) . '" , "' addslashes($subject) . '" , "' addslashes($message) . '" , "' addslashes($headers) . '" )'
and then above add
PHP Code:
        // +++ de-Spam email
        
$message trim($message);
        
// --- de-Spam email 
save and upload because you're done.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024