Free Php Scripts, Articles and Resources
    home  Home   php  PHPscripts   articles  Articles   contact  Contact
Date: 13 March 2010
in

Total scripts: 203
Total downloads: 25548
Total articles: 11

Latest Scripts
Free Contact Us Script +...
Free PHP ODP Script

Top Downloaded Scripts
Captcha Security Images
dGallery

Best Rated Scripts
File Searcher
Transparent Watermark

CATEGORIES

PHP ARTICLES

Categories Php Mail Scripts

Writing 70-536 and 70-642 can be tough for a 642-642 student as he has yet to cover 642-825 and 642-845.

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...
(2 votes)
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...
(2 votes)
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...
(0 votes)
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...
(1 votes)
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...
(2 votes)