my host decided to disable the php function mail() to prevent spam abuse, so a bunch of my scripts that use that function send automatic notifications to my users stopped working
I was wondering if you guys can tell me of an easy way around mail() so that with minimal recording I can still have notifications sent...
My host told me to look into PHPMailer but I can't get it to work...