PHP Email
Free and open source Email Scripts. Help you to build a Mail System, Autoresponders, Reminders. Also keep the spam away from your Mail Box.-
Email Parser is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. Email Parser also parses the various message types including HTML and Plain text messages.
-
Read POP3/IMAP attachment can be used to retrieve attachment files from messages stored in mailbox of a POP3 or IMAP server.Read POP3/IMAP attachment opens a given mailbox using the PHP IMAP extension, look for all messages with attachment messages, decode the attachments and saves them to files with the same file name specified in the message.
-
PHP mailing list will help users sign up on one page w/name and email. Email is checked for auth. Name and email added to Mysql database. "Broadcaster" fills out a form page with header, body, and footer of the email. Header and footer are saved for later. Mail is sent to all users in the database with a personal "Dear ...
-
PHPMailer is a a full-featured e-mail transfer class for PHP, which is able to send email via sendmail, PHP mail(), QMail, or by SMTP. Installation:- Copy class.phpmailer.php into your php.ini include_path. - If you are using the SMTP mailer then place class.smtp.php in your path as well,- In the language directory you will find several files like phpmailer.lang-en.php. if you ...
-
The POP3 Message Handler for PHP is a collaboration to give a full API of POP3 functions in a PHP class. Currently the class supports retrieval of all headers in a single call, message retrieval and decoding into associative arrays, message deletion and more.
-
The script DBX Parser is capable of opening and parsing database files generated by Outlook 5 and 6. DBX Parser can extract the e-mail messages and save them into the Internet e-mail format. Requirements: PHP 3.0 or higher
-
HTML Mime Mail is a PHP class which allows you to easily send email from your PHP scripts with attachments, HTML and embedded images. Features of HTML Mime Mail:- Can send email with To,Cc, Bcc and Reply-To recipients- Can send email using the PHP mail() function, piping direct to Sendmail, Postfix, Exim and also via SMTP- Multipart email, with HTML ...
-
SMTP Class is a class that enables you to send email direct through an smtp server. It currently supports all basic commands; HELO, EHLO, MAIL, RCPT, DATA. Also supports AUTH LOGIN (basic authentication).
-
Export email list to CSV and vCard is an array containing other associative arrays that describe contact details such as first name, middle name, last name and e-mail addresses, is passed as parameter. The contact's information is exported in either the CSV or vCard format. Requirements: PHP 3.0 or higher
-
HTTP requests are sent to the cPanel administration pages in order to create or delete e-mail accounts with the help of cPanel Email Account Mgr. Requirements: PHP 5.0 or higher
-
Secure SMTP client can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method. A message with a given subject can be sent from one address to a specified recipient. Requirements: PHP 5.0 or higher
-
Attach Mailer is an HTML e-mail message with an alternative text part and an attached PDF file is composed and sent. Requirements: PHP 5.0 or higher
-
Send mail from any SMTP server can compose a message with subject, sender and recipient addresses, text and HTML body.The message is sent via SMTP with support for authentication with a specified username and password.Requirements: PHP 5.0 or higher
-
Mail Parser can access a mail box stored in an IMAP server and parse it to extract message body parts and attachments into local files.Messages can be retrieved by identifier, subject, received date, sender address or unread status.Requirements: PHP 5.0 or higher
-
Mailview is a PHP program to view email. I searched for a simple and easy webmail application which was a) Fast; b) Properly supported threads and c) didn't require a database. I could not find any so I wrote my own.Features of Mailview:- Simple, fast.- Supports IMAP.- Standard compliant: XHTML 1.1, CSS 2.1, RFC's 822, 1521, 1522, 2017, 2822, 2045-2049- ...


