Hi, I am sending out mail with php, and it always goes into my spam box on gmail. Other than allowing the email to go to my inbox from gmail, how can I get it to not be considered spam? It is clearly not spam.
try with an other shelterer or an other web server. If you are on a mutualized server you may have a black listed site on the same IP adress.
Even i had similar problem. Only emails to gmail going to spam. I am using gmail smtp server to send newsletters .Here is my header info. Even I added SPF also. Delivered-To: toemail@gmail.com Received: by 10.78.160.19 with SMTP id i19cs144434hue; Mon, 10 Sep 2007 04:19:52 -0700 (PDT) Received: by 10.100.48.7 with SMTP id v7mr4223489anv.1189423191692; Mon, 10 Sep 2007 04:19:51 -0700 (PDT) Return-Path: <webmaster@domain.com> Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.244]) by mx.google.com with ESMTP id c1si5685253ana.2007.09.10.04.19.51; Mon, 10 Sep 2007 04:19:51 -0700 (PDT) Received-SPF: pass (google.com: domain of webmaster@domain.com designates 72.14.246.244 as permitted sender) client-ip= 72.14.246.244; Authentication-Results: mx.google.com; spf=pass (google.com: domain of webmaster@domain.com designates 72.14.246.244 as permitted sender) smtp.mail=webmaster@domain.com Received: by ag-out-0708.google.com with SMTP id 35so677740aga for <tomail@gmail.com>; Mon, 10 Sep 2007 04:19:50 -0700 (PDT) Received: by 10.100.121.12 with SMTP id t12mr4219290anc.1189423190687; Mon, 10 Sep 2007 04:19:50 -0700 (PDT) Return-Path: <webmaster@domain.com> Received: from domain.com ( [208.53.138.141]) by mx.google.com with ESMTPS id j4sm4099684nzd.2007.09.10.04.19.49 (version=SSLv3 cipher=OTHER); Mon, 10 Sep 2007 04:19:49 -0700 (PDT) Date: Mon, 10 Sep 2007 07:19:31 -0400 Return-Path: webmaster@domain.com To: toemail@gmail.com From: WEbmaster<webmaster@domain.com> Subject: Watch Movie Message-ID: <419270fed2ebd07796cb491c552b1216@domain.com> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/html; charset="iso-8859-1" PHP: Please tell me any solution