RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.11k stars 894 forks source link

How do you install custom plugins? #1362

Open mzummo opened 7 years ago

mzummo commented 7 years ago

How can custom plugins be installed (i have modified the change password plugin but I do not see any apparent way to install the plugin)

mzummo commented 7 years ago

found the answer:

plugins can be installed manually via the following directory:

HTML_ROOT /rainloop/data/data/default/plugins

alimovz commented 6 years ago

I'm trying to install this plugin: https://github.com/RainLoop/rainloop-webmail/blob/master/plugins/override-smtp-credentials/index.php

I copied that file into _HTMLROOT /rainloop/data/data/default/plugins as described above. But I don't see any changes in the SMTP interface. The plugin is supposed to allow you to override SMTP login credentials.

Am I installing the plugin wrong? There is very little documentation on it.

Thank you.