StreetStangs.net  

Go Back   StreetStangs.net > Board Specific > Help & Test
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 04-06-2005, 01:00 AM   #1
uvbnhad
Friends
 
Join Date: Mar 2005
Location: McCalla
Posts: 1,241
De-Spam Emails

I don't know if you've had the same problem with activation emails sent to the new members junk/spam folder but you can add this to the functions.php code and clear it up.

Code:
// Trim White Area
//"Fools" Spam Blockers
$message = trim($message);
// End Trim Section
Basically it clears the white areas and will "fool" spam blockers. So far it's worked every time since I added it to the code. It might help to tell you where. In the vb_send_mail function add it after this area:
Code:
if (!class_exists('Mail'))
	{
		require_once('./includes/mail.php');
	}
uvbnhad is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 05:45 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.