[SOLVED] Problem of header of email...

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
1clickarticle
Forum Newbie
Posts: 6
Joined: Mon Jun 04, 2007 2:49 am
Location: Cambodia

[SOLVED] Problem of header of email...

Post by 1clickarticle »

I have use Swiftmailer to send the email using the different smtp of my server. Mean I want to send the email using other smtp then my server.

Swiftmailer is good for sending email using external smtp. I got the problem here.
when i receive the email and i view all header it still show the information of my server. I don't want to view any information that relate to my server. I want to view only the external smtp, email that I Authenticated.

===========

Delivered-To: mrithirun@gmail.com
Received: by 10.100.47.14 with SMTP id u14cs274586anu;
Mon, 4 Jun 2007 00:09:28 -0700 (PDT)
Received: by 10.114.75.1 with SMTP id x1mr4458693waa.1180940968236;
Mon, 04 Jun 2007 00:09:28 -0700 (PDT)
Return-Path: <test@offsitebuilt.com>
Received: from mta1.angkornet.com.kh (mta1.angkornet.com.kh [202.178.113.23])
by mx.google.com with ESMTP id k26si125106waf.2007.06.04.00.09.24;
Mon, 04 Jun 2007 00:09:28 -0700 (PDT)
Received-SPF: neutral (google.com: 202.178.113.23 is neither permitted nor denied by best guess record for domain of test@offsitebuilt.com)
Received: from mytest.com (unknown [202.178.116.213])
(Authenticated sender: offsitebuilt@angkornet.com.kh)
by mta1.angkornet.com.kh (Postfix) with ESMTP id 3673A3F70BB;
Mon, 4 Jun 2007 14:09:12 +0700 (ICT)
To: mrithirun@gmail.com,
From: Admin <test@angkornet.com.kh>
Reply-To: Admin <test@angkornet.com.kh>
Subject: Test 3 - Multipart
Date: Mon, 04 Jun 2007 15:06:56 +0800
X-LibVersion: 3.2.4
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="_=_swift-71194663ba1033c536.32423539_=_"
Content-Transfer-Encoding: 7bit
Message-ID: <20070604070656.652.609579811.swift@mytest.com>
X-Antivirus: avast! (VPS 000747-0, 06/04/2007), Outbound message
X-Antivirus-Status: Clean
X-MailScanner: Found to be clean
X-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.164,
required 5, ADVANCE_FEE_1 0.00, ALL_TRUSTED -1.80, BAYES_00 -2.60,
DEAR_SOMETHING 2.10, HTML_50_60 0.13, HTML_MESSAGE 0.00)
X-Spam-Status: No

===========


Could anyone help me?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

That's illegal. You cannot make it look as if the email was not delivered to any single server without hacking an intermediate server's configuration and breaking the rules. I'm sorry, I cannot help you there and the only reason I can see for doing this is to cover up what path spam has taken. I'm sure that's not your case but either way it's not legal.
1clickarticle
Forum Newbie
Posts: 6
Joined: Mon Jun 04, 2007 2:49 am
Location: Cambodia

Post by 1clickarticle »

Thank you for your answer... :lol:
Post Reply