PHP Classes

SMTP flagged as SPAM

Recommend this page to a friend!

      MIME E-mail message sending  >  All threads  >  SMTP flagged as SPAM  >  (Un) Subscribe thread alerts  
Subject:SMTP flagged as SPAM
Summary:I am using SMTP senging class
Messages:2
Author:Antonio Sadek
Date:2011-07-26 01:37:40
Update:2011-07-26 02:14:45
 

  1. SMTP flagged as SPAM   Reply   Report abuse  
Picture of Antonio Sadek Antonio Sadek - 2011-07-26 01:37:40
Hi! I have been having a problem, I have been using the referenced class to send html emails. Below you'll see one of the headers of an email marked as SPAM. Probably this has nothing to do with the actual class, but since I beleive youre an expert, maybe you could give me a hint on why my emails have been markes as SPAM by Gmal.

Email Headers: (I have changed the email addresses for privacy)

Delivered-To: myaddress@gmail.com
Received: by 10.231.15.131 with SMTP id k3cs97113iba;
Thu, 21 Jul 2011 08:02:26 -0700 (PDT)
Received: by 10.52.185.40 with SMTP id ez8mr372377vdc.112.1311260545441;
Thu, 21 Jul 2011 08:02:25 -0700 (PDT)
Return-Path: <sender_address@tcb.com.mx>
Received: from mail901.opentransfer.com (mail901.opentransfer.com [98.130.1.176])
by mx.google.com with ESMTP id da10si1845036vdc.113.2011.07.21.08.02.23;
Thu, 21 Jul 2011 08:02:24 -0700 (PDT)
Received-SPF: neutral (google.com: 98.130.1.176 is neither permitted nor denied by best guess record for domain of sender_address@tcb.com.mx) client-ip=98.130.1.176;
Authentication-Results: mx.google.com; spf=neutral (google.com: 98.130.1.176 is neither permitted nor denied by best guess record for domain of sender_address@tcb.com.mx) smtp.mail=sender_address@tcb.com.mx
Message-Id: <4e283f80.cab2340a.735c.0079SMTPIN_ADDED@mx.google.com>
Received: (qmail 11159 invoked by uid 399); 21 Jul 2011 15:02:23 -0000
Received: from unknown (HELO localhost) (98.130.2.83)
by mail901.opentransfer.com with ESMTP; 21 Jul 2011 15:02:23 -0000
X-Originating-IP: 98.130.2.83
From: Antonio Sadek <sender_address@tcb.com.mx>
To: myaddress@gmail.com
CC:
BCC:
Subject: Saludos
Date: 2011-07-21 11:02:19
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted printable
X-Mailer: PHP 4.x

Thanks in advance!!1

Regards,

Antonio

  2. Re: SMTP flagged as SPAM   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-07-26 02:14:45 - In reply to message 1 from Antonio Sadek
You are defining the message as being HTML but it isn't.