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.-
Envia Email is a simple class that can compose and send HTML messages with content defined in template files.Envia Email can read a template file and replace placeholder marks with given parameter values. The composed message is sent as HTML, given the message subject, sender and recipient addresses.
-
There are several classes for composing and sending messages via an SMTP server. These classes can send text or HTML messages with eventual embedded images and attached files. The messages can be sent to one or more recipients with To, Cc and Bcc headers.There is also a POP3 client class that can connect a POP3 server, list the messages in ...
-
TMail is meant to deliver mass mailing HTML messages. The recipients of the messages can be specified in Cc: or Bcc: headers.
-
Send e-mail with an embeded picture class can send an HTML e-mail message with an embeded picture file.
-
CEmailSender is a simple class for composing and sending text messages. It provides means for defining the message body and headers, the subject, the sender and recipient addresses.
-
Mail Attach is a simple class for composing and sending e-mail messages with attached files.Mail Attach provides variables and functions for setting the message sender, receipient, subject and adding one or more files to the message composition before sending.
-
Mail MIME Decode can parse and decode MIME e-mail messages. It takes the data of the message headers and body and returns a data structure that contains the definition of the message decode headers and body parts.Mail MIME Decode code is based on another class for the same purpose by Richard Heyes.
-
Send mail class allows you to send text/html mails with multiple attachments.Using Send mail you can send a mail:- with multiple attachments,- set priority,- send text or HTML mails- Specify any nunber of CC,BCCThe code is clearly commented and self descriptive exampleis also given along with the source code.
-
Send e-mail messages with attached files.
-
A connection to a specified POP3 server is established on behalf of a given user and several mailbox access operations can be executed.Currently POP can list the messages in the mailbox, retrieve individual messages, mark or reset messages for deletion.Requirements:PHP 5.0 or higher
-
Microsoft DBX file reader /such as Outlook Express Mailbox database files.
-
Sendmail Attachment Files is a simple class for sending e-mail messages with attachment files.Sendmail Attachment Files can send HTML or text messages with one or more attachment files with support for setting the headers From:, To:, Reply-To:, Cc: and Bcc:. Most headers are optional.
-
Smarty and MIME message integration wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and headers of the messages to send. Several message options can be set at once by passing an array of option values.Currently it supports options to define HTML or text message template files, the sender, recipient, bounce and reply names and ...
-
Template based Email sending can be used to send HTML messages. It uses a configurable template file to define the HTML message body.Template based Email sending replaces template marks with the respective argument values and sends the message. The sender name, sender e-mail address, recipient address and the message subject are required parameters.
-
PHP Email To DB can retrieve messages from a mailbox and insert them into a MySQL database. It retrieves and parses messages from a mailbox using the PHP IMAP extension. The parsed messages can be stored in a MySQL database table. Message attachments are stored in server files.PHP Email To DB can also perform some basic spam checking on the ...

