My mail is considered spam?

Discussion in 'PHP' started by bobby9101, Sep 8, 2007.

  1. #1
    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.
     
    bobby9101, Sep 8, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
  3. k2pi

    k2pi Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    k2pi, Sep 9, 2007 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just-4-teens, Sep 9, 2007 IP
  5. Smaaz

    Smaaz Notable Member

    Messages:
    2,425
    Likes Received:
    160
    Best Answers:
    0
    Trophy Points:
    250
    #5
    Is it only your gmail account or gmail in general?
     
    Smaaz, Sep 9, 2007 IP
  6. rajesh_

    rajesh_ Active Member

    Messages:
    172
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #6
    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
     
    rajesh_, Sep 10, 2007 IP
  7. elakbar99

    elakbar99 Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    gmail smtp server? too risky
     
    elakbar99, Sep 10, 2007 IP
  8. rajesh_

    rajesh_ Active Member

    Messages:
    172
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Per hour i am sending only 50 newsletters :). Still it is too risky ?
     
    rajesh_, Sep 10, 2007 IP