This package provides a simple to use API to create and send plain text email.
It includes additional headers that may be necessary. The headers that the mail() function generates sometimes are not enough and spam filters discard messages that do not have all the headers that this class adds.
Additionally this package comes with the subclass MailManPlus which lets you compose HTML email messages. These messages still include an alternative text version of the message in case the recipient's email client does not support HTML email messages.
MailMan is required if you want to use MailManPlus. Built and tested for PHP 4.3.x. Also now tested in PHP 5.1.4. Here are the more detailed API docs:
http://www.abcd.ca/GPL/mailman_apidocs |