been struggling with this for three days and am completely at a dead end. any help MOST appreciated.
using phpmailer to send small volume, one email at a time. everything i send ends up in junk.
here are the inbound headers
Return-Path: <mail@example.com>
Delivered-To: 13-admin@example.com
X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on domain.com
X-Spam-Level:
X-Spam-Status: No, score=-2.4 required=7.0 tests=ALL_TRUSTED,BAYES_00,
HTML_MESSAGE,MAILTO_TO_REMOVE,MISSING_MIMEOLE autolearn=no version=3.1.9
Received: (qmail 30333 invoked by uid 110); 7 Feb 2010 09:56:29 +0000
Delivered-To: 2-admin@example.com
Received: (qmail 30329 invoked from network); 7 Feb 2010 09:56:29 +0000
Received: from localhost (HELO subdomain.mail.com) (127.0.0.1)
by localhost with SMTP; 7 Feb 2010 09:56:29 +0000
Date: Sun, 7 Feb 2010 09:56:29 +0000
Return-Path: mail@subdomain.example.com
To: admin <admin@example.com>
From: The Website System <mail@subdomain.example.com>
Reply-to: admin <admin@example.com>
Subject: please see this post
Message-ID: <d2d70a8361e72e2cdad7bb3621fe18ca@subdomain.example.com>
X-Priority: 3
X-Mailer: PHPMailer [version 1.72]
X-MSMail-Priority: Medium
Importance: Medium
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_d2d70a8361e72e2cdad7bb3621fe18ca"
i'm including both plain and html versions of the message, there's an unsubscribe link in the footer, there's an SPF record for the domain (but the host isn't set up for DKIM)
can anyone see anything that may be causing my email clients (both entourage and thunderbird, plus hotmail, gmail and yahoo) to all think this is junk?
tia
Kris