David Napper - 2004-02-19

Logged In: YES
user_id=395035

Another sollution to the email problem,

The configuration is saved in your windows or winnt directory
in the php.ini and my.ini files,

Open php.ini in an editor find the line that starts with SMTP
and change the localhost to the name or IP of your mail server,
also you can change the sendmail_from to the system mail
address.

This I found after some trial and a lot of error.