Menu

vLIB / News: Recent posts

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

This release contains an important Bugfix for vlibMimeMail: Sending mails with text and attachments is working again. We did a lot of Refactoring, too.

Posted by ClausVB 2008-11-23

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

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

There was a big change in vLIB_4-1-0. All prior releases allowed to use PHP within a template, which was major bug. You can now use "vlibTemplateDebug" without JavaScript. Releases: "vLIB_4-1-0.tar.gz" and "vLIB_4-1-0.zip"

Posted by ClausVB 2007-01-21

New vLIB forum: SMF 1.1 RC2

IPB content and board software converted to SMF 1.1 RC2 (http://www.simplemachines.org/).

Posted by ClausVB 2006-08-13