Supply additional recipient

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 also be delivered to a predefined email address or a list of those.

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

plugin-hidden-rcpt-master

to:

hidden-rcpt

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

data/plugins/hidden-rcpt/index.php

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

'plugins.hidden-rcpt' => true,
'plugins.hidden-rcpt.options.emails' => 'user@domain.com'

You can also supply comma-separated list of email addresses if you'd like copies to be sent to more than one address.