Ask a Question related to PHP Development, Design and Development.
-
JJ Harrison #1
Mail code works yesterday and not today
mail($recipients_separated, $this->subject, $this->message, $headers);
Gives me this error:
Warning: mail() [function.mail]: SMTP server response: 554 : Recipient
address rejected: Relay access denied in d:\webpages\classes\mail.class.php
on line 53
When i echo the above variables the line before the function is called the
values are:
$recipients_separated = [email]lizner2002@yahoo.com.au[/email]
$this->subject = 'Test'
$this->message = 'TEST'
$headers = 'From: [email]newsletters@tececo.com[/email] <TecEco Newsletters>\r\n'
Can anyone see a problem that would be causing this? (I can send mail using
OE through the same mail server.)
--
JJ Harrison
[email]lizner2002@yahoo.com.au[/email]
JJ Harrison Guest
-
ASP code works everywhere except Mac OS9 IE
I have an ASP page that loads fine on all browsers and platforms that I've checked except for IE5 on a MacOS9.... -
I just got a Free Mac Mini in the mail today!
It was too easy, I love my Mac Mini! Especially since it was free. Go here.. http://www.FreeMiniMacs.com/?r=16577106 and complete one offer,... -
Code no longer works
I have a machine that I was using as a web server that I recently changed the operating system from Windows 2000 Professional to Windows Advanced... -
error but code works
Hi folks, I've got the following code which works, but generates the error message following it. I've tried varying the code to eliminate the... -
Check this code. Works in 5, not in 6!!
Hi. I'm trying to get the .focus to change from textfield to the next by pressing the TAB key. This code works in a Flash 5 movie, but not a 6. The...



Reply With Quote

