php mail function: legitimate mails marked as spam by gmail and hotmail

astoostetoot51

New Member
My website sends emails to users using the PHP mail function. Hotmail and Gmail users don't receive them, or they end up in SPAM-folder. Here is the header of a message marked as SPAM by Gmail.What to do?\[code\]Delivered-To: [email protected]: by 10.216.213.222 with SMTP id a72cs207473wep; Sat, 2 Oct 2010 04:26:47 -0700 (PDT)Received: by 10.216.3.19 with SMTP id 19mr3099233weg.108.1286018806068; Sat, 02 Oct 2010 04:26:46 -0700 (PDT)Return-Path: <[email protected]>Received: from drt01.dco.fusa.be (drt01.dco.fusa.be [193.110.251.55]) by mx.google.com with ESMTP id m29si2837219weq.203.2010.10.02.04.26.45; Sat, 02 Oct 2010 04:26:46 -0700 (PDT)Received-SPF: pass (google.com: best guess record for domain of [email protected] designates 193.110.251.55 as permitted sender) client-ip=193.110.251.55;Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of [email protected] designates 193.110.251.55 as permitted sender) [email protected]: from admin by drt01.dco.fusa.be with local (Exim 4.69) (envelope-from <[email protected]>) id 1P20En-000303-Lo for [email protected]; Sat, 02 Oct 2010 13:26:45 +0200To: [email protected]: Koopte: zoekertje activerenX-PHP-Script: www.koopte.be/confirmation.php for 213.118.179.121From: Koopte <[email protected]> Reply-To:<[email protected]> Content-Type: text/html; charset=iso-8859-1Message-Id: <[email protected]>Sender: <[email protected]>Date: Sat, 02 Oct 2010 13:26:45 +0200\[/code\]
 
Back
Top