This class can be used to send messages with attached files and embedded images.
It is an enhanced version of Leo West's libMail class, forked from the version also enhanced by Setec Astronomy.
The class is a wrapper around the PHP mail() function, which provides an interface to compose and send e-mail messages with attachments.
This version adds support for multipart/alternative parts to allow sending HTML messages with alternative text parts in the same message.
It also supports multipart/related parts to embed images in HTML messages, thus avoiding the need to reference images loaded from remote Web servers. |