PHP MIME email class

I just got a PHP class to send MIME email with attachments up and running, and it feels sooo good. (Of course it took me the better part of a whole workday to figure out that it wasn’t working because I’d forgotten to paste in a whole line of code.)

Update: PHPMailer is all you need and more.