Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > Google Forums > Gmail Forum

GoogleCommunity Sponsor

Reply
 
LinkBack Thread Tools Display Modes
Old 10-13-2007, 05:02 AM   #1 (permalink)
Noogle
 
Join Date: Sep 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
geoffism is on a distinguished road
Automated emails marked spam, Regular emails fine

Hey everyone

I am using google apps to send emails with my php scripts when i login to my gmail interface for my account and send an email hotmail and live email accepts the email i sent just fine. When i send the exact same email using a php script (shown below) MSN and sometimes google marks the email as junk mail. What am i doing wrong? The domain is clickonlinehomes.com

Thanks


PHP Code:
require_once('phpgmailer/class.phpgmailer.php');
    
$mail = new PHPGMailer();
    
    
$mail->Username '$email';
    
$mail->Password '$pass';

                
//send welcome email
                
$mail->From '$email';
                    
                
$mail->FromName "$email";
                    
                
$mail->Subject "Welcome to thesite.com";
                    
                
$mail->AddAddress("sAmPlE@hotmail.com");
                    
                
$mail->Body ="welcome to the site etc...";
                    
                
$mail->Send() 
geoffism is offline   Reply With Quote
 
Sponsored Links
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
Important emails lost to spam filter sharke Gmail Forum 2 08-20-2007 02:06 AM
How to refer emails? SysQX Gmail Forum 1 07-07-2007 12:33 AM
my emails are all gone :/ benj1290 Gmail Forum 17 01-14-2006 05:13 AM
Emails. L4nc3k Chit Chat 1 07-07-2005 03:48 AM
my emails are all gone :/ benj1290 Gmail Forum 17 01-01-1970 01:50 PM


All times are GMT -8. The time now is 02:57 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community