-
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-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.
-
MIMEMail is a simple class that compose a MIME e-mail message with optional attached files and send the message via SMTP.
-
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 ...
-
Extended PHP Mailer can compose and send e-mail messages with support for defining the message body text from a template file.Extended PHP Mailer can send text or HTML messages. The messages may have attached one or more attached files. It may also encode the text of the headers and body in several character sets to be sent according the e-mail ...
-
Complete Emailer Class can be used to compose and send HTML or plain text messages with optional attached files.Complete Emailer Class provides functions for setting the sender address, one or more recipient address to set either the To:, Cc: or BCc: addresses, message subject, the message body, the message type (HTML or text), and add one or more attachement files.essage ...
-
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.
-
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.
-
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.
-
MMail can compose and send text or HTML e-mail messages with one or more attachement files.Features of MMail:- MIME encoding of text and HTML body parts.- HTML messages with embedded images - multipart/related messages.- Text and HTML versions in the same message - multipart/alternative messages.- Attachments - Addition of file parts.

