Hello all,
I have some contact forms in PHP in my dedicated server, but the emails sent throught this contact forms are being marked as SPAM by Gmail. I will put the headers here:
Can anyone tell me what is wrong with my headers that gmail is marking the mails as SPAM? Even if I tell Gmail that this is not SPAM, it is still sending the mails to the spam box.Code:Delivered-To: danny@ingeniarte.com Received: by 10.100.198.8 with SMTP id v8cs97090anf; Tue, 15 May 2007 20:00:29 -0700 (PDT) Received: by 10.70.21.8 with SMTP id 8mr12698869wxu.1179284429313; Tue, 15 May 2007 20:00:29 -0700 (PDT) Return-Path: <nobody@server.hostromo.com> Received: from server.hostromo.com (242.237.36.72.static.reverse.layeredtech.com [72.36.237.242]) by mx.google.com with ESMTP id i11si15578635wxd.2007.05.15.20.00.29; Tue, 15 May 2007 20:00:29 -0700 (PDT) Received-SPF: neutral (google.com: 72.36.237.242 is neither permitted nor denied by best guess record for domain of nobody@server.hostromo.com) Received: from nobody by server.hostromo.com with local (Exim 4.63) (envelope-from <nobody@server.hostromo.com>) id 1Ho9kZ-0002yK-03 for danny@ingeniarte.com; Tue, 15 May 2007 22:00:27 -0500 To: danny@ingeniarte.com Subject: Contacto desde Ingeniarte.com Content-type: text/plain; charset=iso-8859-1 Reply-To: danny@ingeniarte.com X-Mailer: PHP/5.2.1 From: danny@ingeniarte.com Message-Id: <E1Ho9kZ-0002yK-03@server.hostromo.com> Date: Tue, 15 May 2007 22:00:27 -0500 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.hostromo.com X-AntiAbuse: Original Domain - ingeniarte.com X-AntiAbuse: Originator/Caller UID/GID - [99 32002] / [47 12] X-AntiAbuse: Sender Address Domain - server.hostromo.com X-Source: X-Source-Args: /usr/local/apache/bin/httpd -DSSL X-Source-Dir: ingeniarte.com:/public_html Contacto desde Ingeniarte.com Nombre: Danny Email: danny@meiler.com Comentario: Hey this is a test message.
Thanks in advance!



LinkBack URL
About LinkBacks
Reply With Quote












