Skip to content

Plugins

Andris Reinman edited this page Oct 31, 2023 · 2 revisions

To enable a plugin, edit the "plugins" section in the application configuration and add the plugin information to it. Plugin locations are resolved relative to the application plugins folder, so using "./my-plugin" would point to "path/to/app/plugins/my-plugin". The exception is core plugins (starts with "core/"), which resolve to the core plugins folder in ZoneMTA source and plugins installed from npm (start with "module/").

Installable plugins

Here are some plugins that you can install from npm:

Read more about writing your own plugins here.

Clone this wiki locally