3 projects tagged "Email"
mimetic is a MIME library written in C++ designed to be easy to use and integrate but yet fast and efficient. It's standard compliant using the Standard Template Library for base C++ structures and supporting all relevant messaging RFCs. A powerful template encoding/decoding engine is also included to allow seamless extendibility (i.e. encryption codecs) and intuitive codec chains creation (using well-known Unix-style pipes syntax: a|b|c). Real world examples, documentation, and regression tests are included.
EasyPhpMassEmail is a PHP class that is intended for Web sites that need a simple solution for sending many email messages and do not have access to the PEAR packages for sending mass emails. The EasyPhpMassEmail class sends the email messages in batches and relies on an email queue page that reloads after each batch. By doing so, it is possible to send a large number of emails without problems using the mail() function and have a progress indication at the same time. The example files in the package demonstrate the use of the class.