Jeff,
Thanks for the quick response

I checked over my PHP settings, and my smtp server is indeed specified correctly in my php.ini and does clearly show up upon phpinfo.php, however email was/is still not being routed correctly via the SMTP option.
What I was forced to do was to rewrite the sendmail function, by including a function call to open the appropriate sockets to the smtp server and send the mail. Everything works great after the modifications. I'm sure adding the SMTP code you have written will be a worthy addition to this package.
Lastly, I just want to commend you and everyone working on this Forum. It's fast, powerful, and now with MySQL support, even better. Kudos to you.