Emails bouncing, help?

Hello WHT,

I'm trying to make a script that alerts my cell phone (using my cell phone provider's email to sms feature) everytime a support ticket is sent with php [mail('xxxxxxxxxx@pcs.rogers.com','Kijit Ticketing','Kijit Ticketing',$headers);].

It used to be working, but lately, I've been recieving this:

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:

xxxxxxxxxx@pcs.rogers.com
SMTP error from remote mailer after RCPT TO:<xxxxxxxxxx@pcs.rogers.com>:
host rr-mail.rogers.page.ca [216.220.37.20]: 503-5.5.1 'RCPT TO:' must be preceded by MAIL FROM:
command if not PIPELINING.
503-5.5.1
503-5.5.1 If you are seeing this message in a bounce, or in an alert box
503-5.5.1 from your mailer client, etc., then your mailer software is
503-5.5.1 may not be compliant with the SMTP protocol (RFC 821 et al).
503 5.5.1 Please report this error to those responsible for your mailer software.

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

Return-path: <nobody@server.kijit.com>
Received: from nobody by server.kijit.com with local (Exim 4.50)
id 1EC4p5-0002EQ-PY
for xxxxxxxxxx@pcs.rogers.com; Sun, 04 Sep 2005 20:26:55 -0400
To: xxxxxxxxxx@pcs.rogers.com
Subject: Kijit Ticketing
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
From: Kijit Support Department <tickets.support@Kijit.com>
Message-Id: <E1EC4p5-0002EQ-PY@server.kijit.com>
Date: Sun, 04 Sep 2005 20:26:55 -0400


Kijit Ticketing
Any ideas what's wrong? And how I can correct this?

Also, would anyone know why fopen('http://domain.com/page.php?variable=lala&etc=lala','r'); wouldn't work and return a 400 bad request, while the same url would work if viewed on a browser?

Any help at all would be greatly appreciated. Thanks.

 

 

 

 

Top