php - My E-Mails Always Go To Spam Folder -


in server send mails php mails go spam folders. did spf record thing didn't matter. use google apps service domain. please help

mail original:

delivered-to: mektup@gmail.com received: 10.42.178.133 smtp id bm5cs95762icb;         fri, 31 dec 2010 19:49:46 -0800 (pst) received: 10.223.112.1 smtp id u1mr875459fap.109.1293853785941;         fri, 31 dec 2010 19:49:45 -0800 (pst) return-path: <apache@loft1397.serverloft.eu> received: loft1397.serverloft.eu (loft1397.serverloft.eu [82.25.120.6])         mx.google.com esmtps id 17si15455863fau.0.2010.12.31.19.49.45         (version=tlsv1/sslv3 cipher=rc4-md5);         fri, 31 dec 2010 19:49:45 -0800 (pst) received-spf: pass (google.com: best guess record domain of apache@loft1397.serverloft.eu designates 82.25.120.6 permitted sender) client-ip=82.25.120.6; authentication-results: mx.google.com; spf=pass (google.com: best guess record domain of apache@loft1397.serverloft.eu designates 82.25.120.6 permitted sender) smtp.mail=apache@loft1397.serverloft.eu received: loft1397.serverloft.eu (unknown [127.0.0.1])     loft1397.serverloft.eu (postfix) esmtp id 145b623a87f4     <mektup@gmail.com>; sat,  1 jan 2011 03:49:45 +0000 (utc) received: loft1397.serverloft.eu (postfix, userid 48)     id eed7623a8831; sat,  1 jan 2011 03:49:44 +0000 (utc) to: mektup@gmail.com subject: test mail from: bilgi@xxxx.com message-id: <20110101034944.eed7623a8831@loft1397.serverloft.eu> date: sat,  1 jan 2011 03:49:44 +0000 (utc)  hello! simple email message. 

domain spf record: v=spf1 ip4:82.25.120.6 ip4:85.25.122.12 include:_spf.google.com ~all

first off, best thing possibly solve problem long term use service send emails out. there lot of them, i've heard things these three:

there new entrant that's supposed cool, http://www.emailyak.com/, still in beta. services affordable, have super simple apis, , make problem go away immediately.

if not option, or if don't want go direction, you're going need generate (or send) spam report shows why messages going spam folder. here's example of i'm talking spam assassin:

content analysis details:   (7.9 points, 6.0 required)  pts rule name              description ---- ---------------------- -------------------------------------------------- 3.2 fh_date_past_20xx      date grossly in future. 1.1 dns_from_openwhois     rbl: envelope sender listed in bl.open-whois.org. 0.6 spf_softfail           spf: sender not match spf record (softfail) 0.0 unparseable_relay      informational: message has unparseable relay lines 1.6 html_image_only_28     body: html: images 2400-2800 bytes of words 0.0 html_message           body: html included in message 0.0 bayes_50               body: bayesian spam probability 40 60%                            [score: 0.5000] 1.5 mime_html_only         body: message has text/html mime parts 

once have info, can diagnose problem. doubt has spf records, it's hard positive, though listed "pass" in headers.

good luck!


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -