[Pluto-help] PHP e posta elettronica ...
Andrea Ligabue
ligabue a chi02.unimo.it
Mer 2 Gen 2002 19:07:27 CET
Ciao a tutti, volevo spaere se qualcuno puo' aiutarmi con un problema
riguardante PHP e l'invio di messaggi:
Sulla mia macchina (mandrake 8.0) ho isntallato sendmail che mi sembra
funzioni bene (riesco a mandare e ricevere messaggi con pine, senza
problemi)
Ho provato ad editare il semplice codice:
<html>
<head></head>
<body>
Vediamo un po
<?php
$pippo = mail("ligabue a chi02.unimo.it",
"Prova", "Prova 1 ore 18:38");
if($pippo) { print "OK";}
else { print "NO"; }
?>
</body>
Ma invariabilmente il messaggio non viene spedito e, giustamente, mi
scrive "NO".
Cosa posso fare ? Ho proavto a modificare il file php.ini che ora e':
[mail function]
;SMTP = localhost ;for win32 only
; sendmail_from = me a localhost.com ;for win32 only
sendmail_path = /usr/sbin/sendmail
;for unix only, may supply arguments as well (default is sendmail -t)
ma come faccio a dirgli di rileggerlo ? Ho porvato afar ripartite l'httpd
ma il risultao non cambia.
grazi e a tutti comunque
Andrea
----------------------------------------------------------
There's no honorable way to kill, no gentle way to destroy.
There is nothing good in war. Except its ending.
-- Abraham Lincoln, "The Savage Curtain", stardate 5906.5
----------------------------------------------------------
tel +39 059 2055115
More information about the pluto-help
mailing list