Deependra B. Tandukar wrote:
Dear all,

Recently installed PHP in my Linux server. It says, mail function is not enabled? How is turn this on?

mail is handled by the server's smtp program. In Linux, this is sendmail, and should be installed by default. Haven't a clue about Windows (I don't do windows).


check for SMTP on the server (assuming Linux) by using the mail command in the console to send yourself a test email ("man mail" for help)

Kae

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to