Supply global signature

This plugin is for the outdated version (v7) of the product.
With the current version (v8), use the plugin available here.

With this plugin enabled and configured, all email messages sent from WebMail will have a predefined message appended to it. It can be useful if you'd like to insert advertisement texts or technical information there.

Upon downloading and extracting plugin package, rename its main directory from:

plugin-global-signature-master

to:

global-signature

Then you'll need to deploy the plugin so that its index file is available at the following location:

data/plugins/global-signature/index.php

To enable the plugin, add the following to array defined in data/settings/config.php file:

'plugins.global-signature' => true, 

Please note that the plugin allows for adding both HTML and plaintext signatures, used in HTML and plaintext version of email message respectively. In WebMail, plaintext version of a message is generated automatically, so you should provide both the signatures accordingly.