Quote:
|
Originally Posted by manmal
try this first crate a php with this code inside
<?php phpinfo() ?> open it in your browser
like this you will be able to see the config of the php core if this is on
safe_mode then the script will not be able to send the e-mail because there is function caled mail() wich is not working if safe_mode is on there is a hack that you can use to baypass this I will post it here if that is the case .
Hope it help
|
I opened it has a lotta information. How do i know if mail() is enabled or not?