Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() |
![]() ![]() |
Reputation | Support forum (146) | Blog (5) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-06-01 (4 months ago) ![]() | ![]() ![]() ![]() ![]() ![]() | Total: 48,300 This week: 1 | All time: 5 This week: 158![]() |
Version | License | PHP version | Categories | |||
mimemessage 1.0.11 | BSD License | 3 | Email, Unix, Windows |
Description | Author | ||||||||
Class that may be used to compose and send e-mail messages. Recommendations What is the best PHP p7m class to sign a PDF document? 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 |
|
<?php |
Screenshots | ||
Videos | ||
Slides | ||
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Aux. | Class maps definition array | ||
![]() |
Class | MIME E-mail composition and sending class | ||
![]() ![]() |
Example | Script to retrieve the Gmail OAuth access token | ||
![]() ![]() |
Doc. | Instructions on how to create a OAuth application to access the Gmail API | ||
![]() ![]() |
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 | ||
![]() ![]() |
Example | Wrapper script that provides the gmail_smtp_mail function to replace the mail function and send messages via the Gmail SMTP server | ||
![]() ![]() |
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 | Example script that provides the gmail_smtp_mail function to send messages via the Gmail SMTP server | ||
![]() ![]() |
Example | Example script that provides the gmail_smtp_mail function to send messages via the Gmail SMTP server using a file to store OAuth token data | ||
![]() ![]() |
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-2023-06-01.zip 121KB |
![]() | mimemessage-2023-06-01.tar.gz 100KB |
![]() | 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 |
Simple Authentication and Security Layer | ![]() |
This package is necessary when you need to send email messages via a SMTP server that requires authentication. | Conditional |
PHP OAuth Library | ![]() |
This package is necessary to obtain the OAuth token that is required by some SMTP servers that support the XOAUTH2 authentication mechanism. | Conditional |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
84% | 2 |
|
|
User Ratings | User Comments (19) | |||||||||||||||||||||||||||||||
|
Applications that use this package |
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 |
Pages that reference this package |