If you haven’t already tried it, the PHPMailer class is an excellent way of sending email using PHP. It makes all those dreaded email tasks (multiple message parts, encoding, attachments etc.) really nice and easy. Today however I came across a problem sending HTML formatted email – only occuring when sending via the PHP mail() [...]