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 |