Need help with php mailing features

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shreejan
Forum Newbie
Posts: 1
Joined: Mon Apr 10, 2006 9:36 pm

Need help with php mailing features

Post by Shreejan »

I have developed a mail application for my company. Everything works fine, except for the

fact that sites like hotmail, yahoo, gmail etc keep on rejecting the mails sent through

this php application. But the very mails do reach the email accounts within my company's

mail server. I know I must have violated some security issues, but what that is, I just

can't find out. By the way our ip is not black-listed or something like that, because when

I send email through Squirrel Mail we've over at the mail server, the mails aren't rejected

by anyone. Does anybody know the answer to my problem? If it helps here is a header portion

of the mail that would have been rejected by other email service providers.
-----------------------------------
Return-Path: <http://mail.ncit.net.np/src/compose.php ... cit.net.np>
Received: from ns2.ncit.net.np (237-33.wlink.com.np [202.79.33.237] (may be forged))
by mail.ncit.net.np (8.12.8/8.12.8) with ESMTP id k3AIvKZL024428
for <http://mail.ncit.net.np/src/compose.php ... cit.net.np>; Mon, 10

Apr 2006 14:57:20 -0400
Received: from ns2.ncit.net.np (ns2.ncit.net.np [202.79.33.235])
by ns2.ncit.net.np (8.12.8/8.12.8) with ESMTP id k3ADlYVL031789
for <http://mail.ncit.net.np/src/compose.php ... cit.net.np>; Mon, 10

Apr 2006 19:32:34 +0545
Received: (from apache@localhost)
by ns2.ncit.net.np (8.12.8/8.12.8/Submit) id k3ADlYf3031787;
Mon, 10 Apr 2006 19:32:34 +0545
Date: Mon, 10 Apr 2006 19:32:34 +0545
Message-Id: <200604101347.k3ADlYf3031787@ns2.ncit.net.np>
To: http://mail.ncit.net.np/src/compose.php ... cit.net.np
Subject: Hello
From: http://mail.ncit.net.np/src/compose.php ... cit.net.np
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Php/libMailv2.1

-----------------------------------
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

compare the headers with other emails received from multiple other accounts, services, etc.
Post Reply