PDA

View Full Version : Anybody can help please?


radhika
05-06-04, 02:39 AM
Hi,

My php script not sending email. Bouncing back. My host said they are not installed phpsuexec as it gave them problems once.

So is there any way the script can be changed, to make it send email?

Thanks.
Radhika

(i posted it on two forums. no replies. can anybody here answer?)

noloc
05-06-04, 01:43 PM
well it could be about 117 things, whats the bounce message?

radhika
05-06-04, 03:00 PM
Hi,

This is bounced email: (i replaced actual email and names)

======================================
From: "Mail Delivery System"
<Mailer-Daemon@aqu.hostcompany.com> Add to Address Book
To: me@mywebsite.com
Subject: Mail delivery failed: returning message to sender
Date: Tue, 04 May 2004 17:51:14 -0400


This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es)
failed:

name@hotmail.com
unrouteable mail domain "hotmail.com"

------ This is a copy of the message, including all the headers. ------

Return-path: <me@mywebsite.com>
Received: from nobody by aqu.hostcompany.com with local
(Exim 4.24)
id 1BL7oo-0003Tb-0R
for name@hotmail.com; Tue, 04 May 2004 17:51:14 -0400
To: name@hotmail.com
Subject: Membership Information
From: me@mywebsite.com
X-Mailer: aMember
Message-Id: <E1BL7oo-0003Tb-0R@aqu.hostcompany.com>
Date: Tue, 04 May 2004 17:51:14 -0400


Hi testing,
=================

DJ_Max
05-06-04, 03:32 PM
Maybe the hosts server and Exim problem, I take it they are using cPanel.

Could I see the code?

Toolz
05-06-04, 08:09 PM
Is it actually a hotmail address? Check it's not a general network problem by trying readfile("http://www.hotmail.com")

DeadWatch
05-13-04, 08:23 AM
I have a friend who was encountering this problem while setting up his mail server. Only solution he found was to send via his ISP. Not sure if they changed something on their end, but it is the same error. I'll run a test on my server real quick. It may be that they only allow sending through their SMTP upon SMTP AUTH compleation. If that's the case, they are possibably too paranoid.


WOOP!


May 13 12:20:50 ugly postfix/smtp[31881]: connect to mx2.hotmail.com[65.54.190.50]: Connection timed out (port 25)

Interesting... sucks to be dependant on hotmail right now...

May 13 12:21:20 ugly postfix/smtp[31881]: connect to mx3.hotmail.com[64.4.50.179]: Connection timed out (port 25)


So they are having some network problems...

DeadWatch
05-13-04, 08:24 AM
Erm, hotmail, not your ISP/hosting provider.