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.-
spamc connects to a SpamAssassin server and passes the contents of an e-mail message and send a request to evaluate the message.The response results are parsed and stored in a class array variable.Requirements: PHP 5.0 or higher
-
pg_email reads a template file to extract details about the messages to be sent such as the text or HTML contents, the recipient addresses, the subject, etc..pg_email processes the template, eventually replacing template variables inserted in the text and HTML body data. The messages processed can be sent immediately or saved to files. A log file may be updated as ...
-
Sendemail.Class.PHP can be used to compose and send text and HTML e-mail messages. It can send messages with either an HTML and a plain text parts in the same message body.Sendemail.Class.PHP may also send multiple optional files attached to the message. It also provides means to change the priority of delivery of the message.
-
RaSMail is a simple class thats include all the classic methods for send mail. It supports attachment, html or texplain mailformat and other features.
-
Mail Man provides a simple to use API to create and send plain text email. It includes additional headers that may be necessary. The headers that the mail() function generates sometimes are not enough and spam filters discard messages that do not have all the headers that this class adds.Additionally Mail Man comes with the subclass MailManPlus which lets you ...
-
mail-mime is meant to send messages as HTML with attachment files. It lets you set the message text, specify the character set, sender address, recipient addresses with either To: , Cc: or Bcc: and add as many attachment files as you want.If you specify more than one To: recipient address, the class will send separate messages to each recipient.
-
A Mbox parser class that reads, changes, adds and deletes messages from a mbox file.Mail_Mbox has the following methods:int resource mbox->open(string file)open a mbox and return a resource idbool mbox->close(resource)close a mbox resource idint mbox->size(resource)return mbox number of messagesstring mbox->get(int resource,messageNumber)return the message number of the resourcebool mbox->update(int resource,int messageNumber,string message)update the message offset to message (need write permission)bool mbox->delete(int ...
-
cPHPezMail can be used to compose and send e-mail messages. The messages may be in plain text or HTML or both.The messages may also include one or more attachment files from the server file system or being uploaded to the server via Web forms. The class can recognize the MIME type from the file name extension.The headers for the subject, ...
-
sendmail provides a sending message via connecting to smtp setver (TCP).
-
MIMEMail is a simple class that compose a MIME e-mail message with optional attached files and send the message via SMTP.
-
Here is a class for sending email; it has support for To:, Cc:, Bcc: and Reply-To: headers. It requires that you have sendmail installed.
-
My HTML Mail can send an HTML message given the recipient addresses for To:, Cc: and Bcc: headers, the From: and Reply-to: addresses, the message subject, the message HTML body.The specified addressed are validated by using regular expression or checking the MX.Requirements: PHP 5.0 or higher
-
A mailbox can be accessed by using a specified username and password.Key Features of Receive_mail:- Get the total number of message in a mailbox- Get the headers and body of specific messages- Extract attachments from messages- Delete messagesRequirements: PHP 3.0 or higher
-
rsIMAP classes can use the PHP IMAP extension to retrieve e-mail messages from a mailbox stored in an IMAP server.rsIMAP classes can also compose and send new messages using other functions of the PHP IMAP extension. Currently rsIMAP classes allows attaching a file to a message to be sent with a given text body.
-
Messages for one or more recipients can be composed using To:, CC:, or BCC: headers. The messages may have custom headers, a text part, an HTML part, both text and HTML, and other types of data.SMTPs supports sending attachments and signing or encrypting message data using GPG. The delivery is done relaying on a SMTP server. The LOGIN authentication method ...

