Recommend this page to a friend! |
Download |
Info | Example | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-06-25 (3 months ago) | 85% | Total: 48,346 This week: 2 | All time: 5 This week: 24 |
Version | License | PHP version | Categories | |||
mimemessage 1.0.12 | BSD License | 3 | Email, Unix, Windows |
Description | Author | ||||||||
Class that may be used to compose and send e-mail messages. |
|
What is the best PHP p7m class to sign a PDF document?
Digitally signing a PDF document
password authentication email
I want email to send to users after authentication
Send emails fast
I need to send many emails
Find how to connect to SMTP server
Connect to SMTP mail server through IMAP
What is the best PHP send email with gmail class?
Send email SMTP gmail
Send many emails at once
Send a newsletter to many subscribers
Simple send file through email/contact page
Simple and complete methods to send files embedded
What is the best PHP html mail script class?
Send this mail every 15 days
Send email with attachment
Send an email attachment files
What is the best PHP mailer class?
PHP mailer that supports To, Cc and Reply-To
PHP Mailer class
Class for sending email
Import mailing list design
Import different formatted Excel list, personalize each mail
<?php |
Screenshots (1) | ||
Videos (1) | ||
Slides (2) | ||
Files (39) |
File | Role | Description | ||
---|---|---|---|---|
documentation (5 files) | ||||
templates (2 files) | ||||
classmaps.php | Aux. | Class maps definition array | ||
email_message.php | Class | MIME E-mail composition and sending class | ||
get_gmail_oauth_access_token.php | Example | Script to retrieve the Gmail OAuth access token | ||
how_to_get_a_gmail_oauth_access_token.md | Doc. | Instructions on how to create a OAuth application to access the Gmail API | ||
message.eml | Data | Sample message file for demonstrating message forwarding support | ||
pickup_message.php | Class | Subclass to send composed messages using a Microsoft IIS or Exchange 2000 mail pickup folder | ||
qmail_mail.php | Aux. | Mail() emulation function using qmail_message_class | ||
qmail_message.php | Class | E-mail message sending sub-class of email_message_class using qmail | ||
sendmail_mail.php | Aux. | Mail() emulation function using sendmail_message_class | ||
sendmail_message.php | Class | Sendmail wrapper class to set Return-Path header and message queue options | ||
smtp_gmail.php | Example | Wrapper script that provides the gmail_smtp_mail function to replace the mail function and send messages via the Gmail SMTP server | ||
smtp_mail.php | Aux. | Mail() function emulation using smtp_message_class | ||
smtp_message.php | Class | Subclass to send composed messages using a SMTP server | ||
test_attachment_message.php | Example | Example script of how to send e-mail messages with attachment files. | ||
test_email_message.php | Example | MIME E-mail message class test script | ||
test_forwarding_message.php | Example | Test script for sending a MIME message that forwards another message | ||
test_html_mail_message.php | Example | Example script of how to send HTML e-mail messages. | ||
test_multibyte_message.php | Example | Example script of a page with a form to compose and send a message with multibyte characters text (Japanese, etc..) | ||
test_personalized_bulk_mail.php | Example | Test script for sending bulk mail with messages with contents personalized for each recipient. | ||
test_pickup_message.php | Example | Script to test the pickup_message class | ||
test_qmail_mail.php | Example | Test script for the Mail() function emulation using qmail_message_class | ||
test_quoted_printable.php | Test | Test suite for verifying the quoted printable encoding support. | ||
test_sendmail_mail.php | Example | Test script for the Mail() function emulation using sendmail_message_class | ||
test_simple_html_mail_message.php | Example | Example script to demonstrate how to send a simple HTML with the strongly recommended alternative text part | ||
test_smarty_personalized_mailing.php | 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. | ||
test_smtp_gmail.php | Example | Example script that provides the gmail_smtp_mail function to send messages via the Gmail SMTP server | ||
test_smtp_gmail_wi...auth_token_file.php | 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 | ||
test_smtp_mail.php | Example | Test script for the Mail() function emulation using smtp_message_class | ||
test_smtp_message.php | Example | Script to test the smtp_message class | ||
test_urgent_mail.php | Example | Test script for the urgent_mail() function | ||
urgent_mail.php | 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 |
Files (39) | / | documentation |
File | Role | Description |
---|---|---|
email_message_class.html | Doc. | Documentation of the email_message_class |
pickup_message_class.html | Doc. | Documentation of the pickup_message_class |
qmail_message_class.html | Doc. | Documentation of the qmail_message_class |
sendmail_message_class.html | Doc. | Documentation of the sendmail_message_class |
smtp_message_class.html | Doc. | Documentation of the smtp_message_class |
Files (39) | / | templates |
File | Role | Description |
---|---|---|
mailing.html.tpl | Data | Example HTML template for composing personalized mailings with the Smarty engine |
mailing.txt.tpl | Data | Example plain text template for composing personalized mailings with the Smarty engine |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
mimemessage-2024-06-25.zip 121KB | |
mimemessage-2024-06-25.tar.gz 99KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
SMTP E-mail sending class | .zip .tar.gz | 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 | .zip .tar.gz | This package is necessary when you need to send email messages via a SMTP server that requires authentication. | Conditional |
PHP OAuth Library | .zip .tar.gz | 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 |