| Please use authneticated mail such as PEAR or send_mail to send mails out. In the usual course mail() should work .But some times it will have to be blocked due to security reason .In such case use send_mail / pear. Essentaily this is to reduces invitation to hackers and spammers. PEAR EXAMPLE // Make sure you have PEAR on your server . If not upload it. http://pear.php.net/ require_once "Mail.php"; $password = ""; // your password
|
Powered by WHMCompleteSolution