Menu

New vLIB release: ZIP or TGZ (version 4-2-0)

PHP4 is not supported any longer, please use PHP5. vlibMimeMail has been replaced by Swift. Swift is a free feature-rich PHP Mailer. It's released under the LGPL, which is now part of "LICENSE.txt". Swift is a fully OOP library for sending e-mails from PHP websites and applications. It does not rely on PHP's native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently. Therefore it's now needed to create vlibMimeMail objects with a host. You need to replace "$mail = new vlibMimeMail();" with "$mail = new vlibMimeMail('127.0.0.1');" or any other IP address.

Posted by ClausVB 2008-10-31

Log in to post a comment.