MIME Email message class 2008.04.17 (Default branch)

The MIME Email message class composes and sends MIME encoded email messages. It features user-definable headers and body parts, support for plain text and HTML body, headers with non-ASCII text, HTML messages with embedded images, file attachments with content type detection, forwarding of messages as attachments, setting the error delivery address with the Return-Path header, and sub-classes for different delivery methods: mail, SMTP, Qmail, Sendmail, and Microsoft IIS or Exchange pickup folder. It also supports sending personalized bulk mail by replacing the message parts that differ for each recipient.License: BSD License (original)Changes:
The default mailer identity was reset to an empty string. This prevents the generation of the X-Mailer header and avoids an issue with mail servers confusing messages sent by the class with spam.

More...