Jc wrote on Thu, 3 Nov 2005 13:39:52 -0800 (PST):
I just wonder if I need to setup email server (postfix,qmail,sendmail) in order to use mail() function in php? If not, what do I have to configure for mail() function to work properly? I'm using CentOS 4.2.
If possible at all, don't use mail(), better use an SMTP class. Anyway, for both you need a working MTA.
Kai