Grace Period

In Mailster you can have multiple autoresponders to trigger your campaigns automatically. Some of them have a date or timestamp to get triggered within a certain timeframe. To not go way back to the beginning of time (and to accidentally sent to all your subscribers) Mailster uses a “Grace Period”.

Read More

Encode Tags for Links

If you are using Tags in Mailster you may like to use them in your links as well. Since links must be encoded the content of your tags must be encoded as well.

Read More

Dynamic Custom Post Types

Mailster has a powerful tag engine built in where you can dynamically populate your newsletter campaigns. Dynamic Custom Post Types work similarly to regular post types but are not stored in your database but generate content on demand.

Read More

Mailster Subscriber Query

Mailster offers an easy way to get your subscribers via segmentation. If you like to get more out of this via some custom coding you can use the Subscriber Query.

Read More

Validating Custom Fields

Mailster gives you the option to define custom fields where you can store additional information of your subscribers. Sometimes you need to verify these values with some custom code.

Read More

Moving subscribers to different lists

It’s easy to assign subscribers to the list with the UI of Mailster. Just select the subscribers you like to assign and select the option from the drop-down. To get more specific you need to add some custom code to your website.

Read More

Changing text snippets

Mailster has some internal texts which are used at various locations. By default, you can change them on the Text tab in the settings but if you like a more flexible approach you can simply change them by a hook via the mailster_text filter.

Read More

Mailster for Developers

You can check for Mailster with To run your code you should wrap it in the Mailster Closure The Mailster Closure ensures your code gets only executed if Mailster is completely loaded. If Mailster is not installed or activated it will simply be ignored. You can have multiple Mailster Closures in your plugin. Adding new […]

Read More

Changelog

Version 4.0.7 2024-03-11 fixed: action links on campaign overview page. fixed: linked images in templates weren't mapped correctly. fixed: missing array index in options.php improved: legacy forms inclusion improved: bounce handler to not timeout during processing of large quantities of bounce messages removed: deprecated cron trigger Version 4.0.6 2024.03-05 fixed: Custom fields with underline were […]

Read More