Newsletter 2.0.0 beta 2

by Stefano on March 14, 2010
in Serious

This new beta available on download area, fix the good bye email (not delivered in previous versions) and tries to be more conservative with memory usage. When PHP go “out of memory”, it dies and in many cases silently, so it’s hard to understand what’s happened.

Newsletter and Memory Limits

by Stefano on March 14, 2010
in Serious

Some user is reporting than the have a “no next run found”. It can be a memory limit. WordPress 2.9 uses almost 32 megabyte of ram so if your provider has set 32 mega for PHP you can go over that limits with while Newsletter is sending emails and all stops.

Try to increase the memory limit (some provider can stop that, thought) adding on wp-config.php a line like:

define('WP_MEMORY_LIMIT', '64M');

Be sure to read this official page on memory limits.

Newsletter Version 1.5.7

by Stefano on March 13, 2010
in Serious

Fixed (I hope) the editors access.

Newsletter 2.0.0 Beta 1

by Stefano on March 12, 2010
in Serious

For who wants to try it, I’ve just added the beta version of Newsletter 2.0.0 on download area. Version 2.0.0 has been widely rewritten to:

  • simplify the admin interface
  • add email archive
  • add List-Unsubscribe header
  • be more stable
  • add translation capability to almost every panel of the free version

This version is a main step for version 2.0.0 of Newsletter Extras, which will provide:

  • feed by mail (like feed burner but themed)
  • followup
  • better interface
  • rewritten batch delivery system

Pay attention, update to version 2.0.0 cannot be rolled back. For Extras 1.x owners DO NOT UPDATE to that beta version, you’ll receive an email when all is ready to be used.

Newsletter Version 1.5.4

by Stefano on March 5, 2010
in Serious

Some people reporting that version 1.5.3 and may be 1.5.2 stop to work, or better the configuration panels do not show. I think is a problem of PHP configuration or version, so I made a new version with some modifications that may be the solution to that issue.

Try to update and hope… :-)

Newsletter Version 1.5.2

by Stefano on March 3, 2010
in Serious

This new version is only a maintenance release with some layout changes and a more complete internationalization code (for who wants to translate using a .pot file).

Desperation Note About Newsletter Development

by Stefano on February 20, 2010
in Serious

Today I was testing the feed by mail new function of Newsletter plugin (and still I really don’t know if I ever release it). Testing I sent myself 6761 email filling up my account… I’m seeking people to delete them!!! :-)

Share Your Personal Experience With Newsletter Plugin

by Stefano on February 16, 2010
in Serious

I see from WordPress statistics page that my Newsletter plugin has many downloads per day. So I’m asking myself “what user think about thast plugin? Do they install and remove or them trying to use it?”

Would you share your positive or negative experience with Newsletter plugin? Are you using it or have you removed it and why?

Ok, let’s start with comments!

Newsletter Extras 1.0.3

by Stefano on February 13, 2010
in Serious

Yesterday I released for members the version 1.0.3 of Newsletter Extras. If you don’t know what’s I’m talking about, get a look to the new Newsletter Extras page.

There you can find information about statistics, scheduler, custom forms related to Newsletter plugins.

Newsletter Extras is for Satollo.net members with a number of other goods, like Post Layout Pro. Membership detail are here.

Newsletter Version 1.5.1

by Stefano on February 13, 2010
in Serious

Newsletter version 1.5.1 has an important new option and feature. In Composer panel you can now set a “return path” address. This address is added as value to a special email header, so delivery error will be sent to that address.

I was wrongly assuming that WordPress was setting this value. It did not, so I added an interceptor to set the return path on email sending.

You will find a little design revisits of the admin panel too.

Next Page »