Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum (143) | Blog (3) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2020-10-03 (3 months ago) ![]() | ![]() ![]() ![]() ![]() ![]() | Total: 48,048 This week: 6 | All time: 5 This week: 52![]() |
Version | License | PHP version | Categories | |||
mimemessage 1.0.4 | BSD License | 3 | Email, Unix, Windows |
Description | Author | ||||||||
Class that may be used to compose and send e-mail messages. Recommendations password authentication email Send emails fast Find how to connect to SMTP server What is the best PHP send email with gmail class? Send many emails at once Simple send file through email/contact page What is the best PHP html mail script class? Send email with attachment What is the best PHP mailer class? PHP Mailer class Import mailing list design |
|
Screenshots | ||
Videos | ||
Slides | ||
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Class | MIME E-mail composition and sending class | ||
![]() ![]() |
Data | Sample message file for demonstrating message forwarding support | ||
![]() |
Class | Subclass to send composed messages using a Microsoft IIS or Exchange 2000 mail pickup folder | ||
![]() ![]() |
Aux. | Mail() emulation function using qmail_message_class | ||
![]() |
Class | E-mail message sending sub-class of email_message_class using qmail | ||
![]() ![]() |
Aux. | Mail() emulation function using sendmail_message_class | ||
![]() |
Class | Sendmail wrapper class to set Return-Path header and message queue options | ||
![]() ![]() |
Aux. | Mail() function emulation using smtp_message_class | ||
![]() |
Class | Subclass to send composed messages using a SMTP server | ||
![]() ![]() |
Example | Example script of how to send e-mail messages with attachment files. | ||
![]() ![]() |
Example | MIME E-mail message class test script | ||
![]() ![]() |
Example | Test script for sending a MIME message that forwards another message | ||
![]() ![]() |
Example | Example script of how to send HTML e-mail messages. | ||
![]() ![]() |
Example | Example script of a page with a form to compose and send a message with multibyte characters text (Japanese, etc..) | ||
![]() ![]() |
Example | Test script for sending bulk mail with messages with contents personalized for each recipient. | ||
![]() ![]() |
Example | Script to test the pickup_message class | ||
![]() ![]() |
Example | Test script for the Mail() function emulation using qmail_message_class | ||
![]() ![]() |
Test | Test suite for verifying the quoted printable encoding support. | ||
![]() ![]() |
Example | Test script for the Mail() function emulation using sendmail_message_class | ||
![]() ![]() |
Example | Example script to demonstrate how to send a simple HTML with the strongly recommended alternative text part | ||
![]() ![]() |
Example | Test script for sending personalized bulk mailings using templates using the Smarty engine to compose HTML and plain text alternative parts of the messages. | ||
![]() ![]() |
Example | Test script for the Mail() function emulation using smtp_message_class | ||
![]() ![]() |
Example | Script to test the smtp_message class | ||
![]() ![]() |
Example | Test script for the urgent_mail() function | ||
![]() ![]() |
Aux. | mail() function replacement for urgent message delivery connecting directly to the recipient SMTP server and fallback to the mail function in case of temporary failure |
![]() |
/ | documentation |
File | Role | Description |
---|---|---|
![]() ![]() |
Doc. | Documentation of the email_message_class |
![]() ![]() |
Doc. | Documentation of the pickup_message_class |
![]() ![]() |
Doc. | Documentation of the qmail_message_class |
![]() ![]() |
Doc. | Documentation of the sendmail_message_class |
![]() ![]() |
Doc. | Documentation of the smtp_message_class |
![]() |
/ | templates |
File | Role | Description |
---|---|---|
![]() ![]() |
Data | Example HTML template for composing personalized mailings with the Smarty engine |
![]() ![]() |
Data | Example plain text template for composing personalized mailings with the Smarty engine |
![]() | mimemessage-2020-10-03.zip 115KB |
![]() | mimemessage-2020-10-03.tar.gz 96KB |
![]() | Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
SMTP E-mail sending class | ![]() |
If it is used the SMTP message sub-class, this class is need to perform the actual SMTP delivery | Conditional |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
81% | 2 |
|
|
User Ratings | User Comments (19) | |||||||||||||||||||||||||||||||
|
Applications that use this package |
Citizen Photographer This class is used to reformat and resend camera phone shot messages received by the site. |
Dog Obedience Used to compose and send e-mail from this site about training dogs |
Tellmatic - the newsletter machine This projects uses the MIME message class because it handles SMTP with different authentication methods, attachments, inline images and html or text parts in a very easy way. |
UMPL for Xmailserver E-mail system management system that uses this class for composing and sending messages because it is complete and ready to use and it helped to speedup the development of this application. |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Log watcher | When the mail delivery method is meant to replaced by the urgent mail function | Optional |
Smarty and MIME message integration | To send the letter | Required |
Related pages |
Mailing list Support mailing list where users of this class can get help. For faster support, instead use the Support forum listed above. |
Smarty Smarty template engine that can be used to compose personalized bulk mailings as demonstrated in a example of this class |
Pages that reference this package |
PHP: PHP Developers Edit Where I can find a good PHP library to send emails using SSL? You can always use the PHP MIME message class and the SMTP driver which supports either SSL connections (needed to deliver via Gmail) or start TLS encryption (needed to deliver via Hotmail) if the servers support it... |
php – sending email from command line Here is a simple php script that sends an email from the command line using php... |
Presentation by Manuel Lemos (PHPClasses.org) on Email Deliverability Had a bit of a break from posting while I have been travelling with work. Back now and so should be posting a bit more regularly... |