you have alternatives.
You may emulate the mail() function so that the CLIENT's mail client is called in stead of the SERVER's (which is deactivated by the ISP, sadly).
if ($globEmail==1) { // this is a global setting depending on the ISP ; for you it's clearly = 0
mail("$globFAdmin", "subject", "Admin message :\n\nsome body text\nLe robot de service.","From: contact@$SERVER_NAME\nRepl
} else { // on pallie
echo "<FORM NAME=mailform ACTION=\"mailto:$globFAdmi
echo "<input type=hidden name=corps value=\"Admin message :\n\nyour body text\n\nLe robot de service.\">";
echo "</FORM>";
echo "<script>document.mailform
} // mél simple ou ersatz compliqué 8-))
You also have a possibility using my server, who offers free webmail(), callable from your PHP page ;-))
interested ?
Main Topics
Browse All Topics





by: PhetuPosted on 2003-01-26 at 11:00:26ID: 7816559
Hi,
aq.html
Take a look at this page:
http://coolfreepages.com/f
You will see this secruty warning:
Security
Why I can not run functions mail() and phpinfo()
For security reasons those functions and all sockets functions are disabled. Please do not use it in your PHP programs.
That's why!
Phetu