hey ive spent like 4hrs trying to install helpdesks and i cant get them to send mail! if u r good i will pay u to install a helpdesk for me on my virtual hosting acc.t
hey ive spent like 4hrs trying to install helpdesks and i cant get them to send mail! if u r good i will pay u to install a helpdesk for me on my virtual hosting acc.t
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
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?
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
Comment