Add a new delivery server type. If you look in apps/common/models/ you will see lots of files called DeliveryServer{TYPE}.php where type is the provider they implement,...
How can i tell mailwizz how to use or not to use php’s Tidy extension? [UPDATE] – Since Mailwizz 1.3.7 you can enable/disable Tidy from Backend > Settings > Common. Please note that the setting from...
Remove a menu item from customers area. In order to remove a menu item from the customers area, say the Api Keys menu item, we can create...
Example extension for development In order to make extensions development easier and much clear, i have attached an example extension that you can use...
Hooks Hooks are a way for one piece of code to interact/modify another piece of code. There are two types of...
Actions Actions are one of the two types of Hooks. They provide a way for running a function at a specific point in...
Filters Filters are one of the two types of Hooks. They provide a way for functions to modify data of other functions. They are...
Guide to follow while creating your MailWizz extensions This guide is a work in progress and it applies for upcoming mailwizz 2.0 release, we will take Amazon S3...