corporate accounts junk mail

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
kkonline
Forum Contributor
Posts: 251
Joined: Thu Aug 16, 2007 12:54 am

corporate accounts junk mail

Post by kkonline »

all the mails i send uysing swiftmailer are delivered to junk folder in corporate accounts like infosys, satyam etc but work fine in case of gmail and other free webbased emails accounts

below is the email header of the mail which has been delivered to junk mail box

Code: Select all

Received: from blrkechub03.ad.infosys.com (10.66.236.43) by
chnshlhub02.ad.infosys.com (10.81.88.42) with Microsoft SMTP Server (TLS) id
8.1.240.5; Thu, 12 Jun 2008 12:12:18 +0530
Received: from Kecgate01.infosys.com (61.95.162.75) by
blrkechub03.ad.infosys.com (10.66.236.43) with Microsoft SMTP Server id
8.1.240.5; Thu, 12 Jun 2008 12:12:15 +0530
X-TM-IMSS-Message-ID: <94b95be8004d584f@Kecgate01.infosys.com>
Received: from lin22.myhost.net ([72.52.199.37]) by Kecgate01.infosys.com
([61.95.162.75]) with ESMTP (TREND IMSS SMTP Service 7.0; TLS:
TLSv1/SSLv3,256bits,AES256-SHA) id 94b95be8004d584f for
<myself@mysite.org>; Thu, 12 Jun 2008 12:03:42 +0530
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=mysite.org;
h=Received:To:Subject:From:Reply-To:Date:X-LibVersion:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse:X-AntiAbuse;
b=OWGNCYhFJQMN4t+9CKzIhVTrBROOhmW8etBRRYjb04nvWEGQmJe4W78JnFXhmCoLK3nbHoYKnKcmdRxIEx4UutpeFSdoCUK5e8fdntA/c8fHvCUifqJUlYiqUa7LTgzo;
Received: from user by lin22.myhost.net with local (Exim 4.69)
(envelope-from <myself@mysite.org>) id 1K6gMk-0008Ax-00 for
sarthak_gangopadhyay@infosys.com; Thu, 12 Jun 2008 12:02:59 +0530
To: sarthak_gangopadhyay@infosys.com
Subject: Bodh-e-Verse June 2008 Alfa Issue
From: <myself@mysite.org>
Reply-To: myself@mysite.org
Date: Thu, 12 Jun 2008 12:02:56 +0530
X-LibVersion: 3.3.2
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="_=_swift-10308942154850c31894f594.42965697_=_"
Content-Transfer-Encoding: 7bit
Message-ID: <20080612063257.31412.1539823228.swift@mysite.org>
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - lin22.myhost.net
X-AntiAbuse: Original Domain - infosys.com
X-AntiAbuse: Originator/Caller UID/GID - [32377 32379] / [47 12]
X-AntiAbuse: Sender Address Domain - mysite.org
X-TM-AS-Product-Ver: IMSS-7.0.0.6126-5.5.0.1026-15924.004
X-TM-AS-Result: No--17.760-5.0-31-1
X-imss-scan-details: No--17.760-5.0-31-1
X-TM-AS-User-Approved-Sender: No
Return-Path: myself@mysite.org
X-MS-Exchange-Organization-SCL: 8
X-MS-Exchange-Organization-PCL: 2
X-MS-Exchange-Organization-Antispam-Report: DV:3.3.5705.600;OrigIP:61.95.162.75
if u can suggest anything which can be done to endure delivery to inbox please do , the mx records are set and ok and so are the spf
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: corporate accounts junk mail

Post by superdezign »

This is more Chris' turf, so the best I can do is give you a link of his that can help you out.

SwiftMailer Docs: Minimize your risk of having your emails blocked as spam
Post Reply