Mailing List

It is great for newsletters, publicity lists, notifications, and many other uses.

The main features are:

  • Write and send messages, and manage your mailing lists anywhere you are
  • Designed to manage mailing lists with hundreds of thousands of subscribers but also excellent with smaller lists
  • Manages message delivery with a message queue, so no duplicate messages and no forgotten messages
  • Tracking tells you how many users opened your email message
  • Multiple subscribe Pages allow you to choose many different combinations of templates, languages, user attributes and lists
  • Templates are completely customizable, and make further theme tuning a breeze.
  • Subscriber attributes like ‘name’, ‘country’, and other personal information, are completely customizable
  • Make each and every email message personalized with the subscribers name, country, or any other attribute
  • Subscribers can be given the choice between text or html email messages
  • Uses TinyMCE to edit messages
  • Available in English, French, German, Spanish, Portuguese, Traditional Chinese, Dutch, Vietnamese and Japanese
  • Multiple list administrators
  • Every email message contains personalized URLs for subscribers to update their preferences or unsubscribe
  • Bounce processing keeps your database clean of unused and non-existent email addresses
  • CSV Import and Export
  • Attachments can be uploaded and included in messages for download.
  • Send your message as a PDF to ensure that your message is seen the way it was designed by all your subscribers
  • Keep sending messages from your web server in the background
  • Throttling can limit the load on your server so it doesn’t overload
  • Scheduled sending let you decide when the message is to be sent
  • Send a message repeatedly for updated dynamic content and attachments

The Pro version

Mailing List Pro makes composing new mailing lists easier. It also takes the integration with WordPress a step further.

The main features of Mailing List Pro are:

  • upload your WP users to Mailing List and attach them to your chosen Mailing List;
  • auto signup new blog users to a chosen Mailing List;
  • auto create a Mailing List message when creating a new post.

You can purchase Mailing List Pro here.

FAQ

How do I integrate new subscription pages in my WP site

This is actually pretty simple, you simple need to append &id=n or ?id=n to your URL where n is the number of your subscription page.

So if you use pretty links and your normal url is http://mysite/mails then make it http://mysite/mails/?id=1 to show subscription page 1.

And if not using pretty links and your normal url is http://mysite/?page_id=123 then make it http://mysite/?page_id=123&id=1.