Here is my new mail function to use an external mail server in *nix. Feel free to delete if it's inappropriate for me to post this:
in pp-inc.php, at the top, add:
Code:
Content visible to verified customers only.
then change all occurances of "mail(" to "my_mail("
There's only a few of them in pp-inc.php and contact.php
I probably should have added some error checking but was too lazy.
If I REALLY wanted to do it right, I would add it to the settings table and the setup... but like I said... I was too lazy.