![]() |
|
|
|
|
|
|
4
8th November 12:22
External User
Posts: 1
|
Now i have chage the php scripts with the bellow script but appears the
bellow error. Can anybody helps me please. I don't know how can i solve mi proble for sending emails using php againts one postfix into one SuSE linux. Thnaks //script <?php $para = 'miname@midomain.com'; $asunto = 'el asunto'; $mensaje = 'hola carabola'; $cabeceras = 'From: miname <miname@midomain.com>' . "\n" . 'Reply-To: miname@midomain.com' . "\n" . 'X-Mailer: PHP/' . phpversion()."\n"; mail($para, $asunto, $mensaje, $cabeceras, '-fminame@midomain.com'); ?> //log Jan 5 13:52:02 server postfix/pickup[16768]: 20EB589B68: uid=30 from=<miname@midomain.com> Jan 5 13:52:02 server postfix/cleanup[17322]: 20EB589B68: message-id=<20080105125202.20EB589B68@server.midomain.com> Jan 5 13:52:02 server postfix/qmgr[7450]: 20EB589B68: from=<miname@midomain.com>, size=394, nrcpt=1 (queue active) Jan 5 13:52:02 server postfix/qmgr[7450]: 20EB589B68: to=<miname@server.midomain.com>, orig_to=<miname@midomain.com>, relay=none, delay=0, status=deferred (delivery temporarily suspended: transport is unavailable) ----- Original Message ----- From: "Jim Lucas" <lists@cmsws.com> To: "Miren Urkixo" <miren@tinieblas.com> Cc: <php-general@lists.php.net> Sent: Saturday, January 05, 2008 12:08 AM Subject: Re: [php] problem sending emamil across one postfix server |
|
| Some other forums that might be of your interest : Php 5 forum, Apache forum, Iis forum, Functions forum, Classes forum, Librarys forum, Bugs forum, Postgres forum, Mysql forum, Paradox forum, Ms sql forum, Configurations forum, Php.ini forum, Problems forum, Scripting forum, Css forum, General forums, Off-topic talk, Links, Extra forums, Php |