|
Posted by David Quinton on 12/20/07 13:08
On Thu, 20 Dec 2007 10:39:35 +0100, "Majki Majk" <comitter@europe.com>
wrote:
>I have easy php package with php5. The thing works over the internet, but,
>just, i DO NOT receive the mail messages. It seems the processing of message
>isn't functional.
>
>I don't understand how could this script understood on which adress to send
>an e-mail anyways...???
>I had never pointed to: ..@....... anywhere!
It's trying to send to
youremail@yourdomain.com
as far as I can tell.
Make a file called, say, phpinfo.php.
In it put just:
<?php
phpinfo();
?>
Does anything happen when you access it using a web browser?
or do you just get the "Save" box?
--
Locate your Mobile phone: <http://www.bizorg.co.uk/news.html>
Great gifts: <http://www.ThisBritain.com/ASOS_popup.html>
Navigation:
[Reply to this message]
|