Connection/Firewall ?!
----------------------
Run telnet <SMTPSERVER> 25, type EHLO <ENTER> and see if he 
talks to you

No anonymous relaying ?!
------------------------
Set the From header, caus maybe your smtp doesn't relay for 
everyone :-)

mail ($addressee, $sub, $body, 'From: [EMAIL PROTECTED]');

or write it into your php.ini at...

sendmail_from   NULL    PHP_INI_ALL

(found at http://de3.php.net/mail, Runtime Configuration)

So far!
Rob

-- 
Und komm, Du brauchst nur einen Baum
um 1000 Streichhölzer herzustellen.
Aber Du brauchst nur einen Streichholz
um 1000 Bäume abzubrennen.
Meine Güte wer soll das denn jetzt verstehen?
Ganz egal, komm wir bleiben noch etwas länger.
Die Bedeutung zahlt ja immer der Empfänger

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to