Skip to content

Emailqueue v3.2

Compare
Choose a tag to compare
@tin-cat tin-cat released this 03 May 08:52
· 106 commits to master since this release

Emailqueue has been updated! It keeps its good-old "PHP from the 2000's" charm, but some interesting functionalities have been added. Also, it's now released under the MIT license, meaning you can now use it for commercial purposes without having to release your project under a GNU-GPL license!

Beware! the emailqueue_inject::inject method is now called much more elegantly, you will need to change your code a bit when migrating to this version (check the example.php file to see the difference).

The new "is_send_now" parameter sends the email without waiting for the next queue processing event, perfect for those cases where you can't even wait a minute to have your email delivered.

Increased compatibility by using <?php instead of the shorthand <?

No need to configure the LIB_DIR or APP_DIR anymore.

Take a look at the "Migrate to Version 3.2" section on the README if you're migrating from older versions.

Cheers!