Download List

專案描述

The MIME Email message class composes and sends MIME encoded email messages. It features user-definable headers and body parts, support for plain text and HTML body, headers with non-ASCII text, HTML messages with embedded images, file attachments with content type detection, forwarding of messages as attachments, setting the error delivery address with the Return-Path header, and sub-classes for different delivery methods: mail, SMTP, Qmail, Sendmail, and Microsoft IIS or Exchange pickup folder. It also supports sending personalized bulk mail by replacing the message parts that differ for each recipient.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-08-28 16:39
2012.08.27

This release adjusts the line length limit to 76 characters rather than 75 as before to be consistent with the PHP chunk_split function. It also avoids using additional line breaks after each multipart body data part. Some classes with parameters that were passed by reference incorrectly were fixed.

2011-01-28 17:17
2011.01.28

This release fixes the declaration of the localhost variable and SendMessageBody and SendMail functions, which were causing warnings under PHP 5. It also removes all uses of ereg functions, which were deprecated in PHP 5.3.

2009-08-05 19:22
2009.07.27

This revision changed the code to avoid using POSIX regular expression functions, since those are deprecated starting with PHP 5.3.

2009-07-03 21:12
2009.07.02

A bug in which other special characters in headers were not encoded when they contain non-ASCII characters was fixed.

2009-04-16 02:40
2009.04.12

This release adds support to send messages via SMTP servers that require starting the TLS cryptographic protocol after the connection is established (e.g., Hotmail).

Project Resources