So I'm using PHP with the phpBB boards created by the folks at phpBB.com. The code uses mail() to send mail out but I don't have sendmail configured on my server.
Instead, I'd like mail() to use a different mail server to send mail out some how. Is this possible?
-S