|
Attachment Mailer class
|
|
This class can be used to send e-mail messages with attachment files.
The class can send messages with multiple attachment files with automatic MIME type detection using the PHP MIME magic extension.
The class can validate an e-mail address using regular expressions and...
|
|
|
activeMailLib
|
|
activeMailLib is a class that can validate e-mail addresses and send MIME email messages using the PHP mail() function.
It can generate text or HTML E-mail messages with user defined headers, body parts and character encoding.
File parts can also be attached to the...
|
|
|
MIME E-mail message sending
|
|
Class that may be used to compose and send e-mail messages.
It features:
- User definable headers and body parts.
- MIME encoding of text and HTML body parts with user defined character encoding using quoted-printable.
- Addition of file parts (attachments) with...
|
|
|
MIME E-mail message parser
|
|
This class can be used to parse and decode MIME e-mail messages.
It supports decoding single RFC 2822 MIME messages or archives that aggregate multiple messages in the mbox format.
The decoded message data is returned as an array that describes one or more messages found...
|
|
|
SMTP E-mail sending class
|
Class that connects to a SMTP mail server to send messages.
It features:
- Relaying message delivery to a programmer defined SMTP server.
- Programmer defined server address, server port, connection timeout, origin host address.
- Support for authentication methods...
|
|