Script Description:I wrote this class to integrate more functionality for classes like Access_user or DB_cart and others using PHPs mail function. But the class can be also used in every web application where the standard text mail is not enough and where a attachment is needed. The class has no upload function, use for some file upload functionality the Easy Upload Class (example mail form is included). Find in the current class functions like: an e-mail address check (using regular expressions and testing the address against a MX record), All header rows are filtered to prevent spamming via web mail forms, the class can handle multiple attachment. For this class is the extension MIME MAGIC required, this is used to recognize automatically the mime type of an attached file.
Site Url: http://www.finalwebsites.com/snippets.php?id=41
