I installed sendmail, but it didn't change anything.
The main issue, is that I don't have any place where I can put the SMTP name and password (I'm using my ISP mail server)...
I found a hacked WebMail module from
WWW.KAGARISEFAMILY.COM, I installed it, and I looked at configuration file: I can put my POP/SMTP server, but there's no place for password (in effect, however, the configuration file is not very clear):
// Your default Pop Server -- THIS MUST BE IN HERE. THIS WOULD BE THE POP3/SMTP OF YOUR SITE
$defaultpopserver = "";
SMTP or POP? I have two different address for each one!! (Here I put my POP server)
// Do all users use ONE account to send mail? (0) no (1) yes
$singleaccount = "1";
what do it means? Boh!
// What is the single account name if yes to question above? THIS MUST BE IN HERE. THIS WOULD BE THE SMTP OF YOUR SITE
$singleaccountname = "";
Here, I put my SMTP... or I had to put my login name?!?
As you see.. No place for passworde here!!
I looked at php.ini as well, the UNIX - webMail configuration should work simply installing sendmail...
.. so I followed your suggestion about "no email reg." .. But I hope someone can help me to resolve this mess.