I installed 3 plugins:
settings
hmail_autoresponder
hmail_password
In readme file I see
QuoteIf configured correctly, you should be able to go into your Settings - Account Administration and modify your hMail autorepsonder settings.
The problem is I dont see password change in Account Administration.
p.s. Save button does not work in Autoresponder
what does your settings for the plug array look like?
it should look similar to the following:
$rcmail_config['plugins'] = array('settings','hmail_autoresponder','html_password')
In the pluginname/config folder, do you have
config.inc.php
config.inc.php.dist
have you configured the DSN in the setting in config.inc correctly?
$rcmail_config['db_hmail_password_dsn'] = 'mysql://login:password@localhost/database?new_link=true';