Function: allows hMail users the ability to be modify their hMail auto responder settings

Required Plugins: settings, jquery

1: copy the "hmail_autoresponder" folder to your plugin directory.
<install directory>\plugins\hmail_autoresponder

2: change your database connection string in: <install directory>\plugins\hmail_autoresponder\config.inc.php.dist
   then copy it as <install directory>\plugins\hmail_autoresponder\config.inc.php

$rcmail_config['db_hmail_autoresponder_dsn'] = 'mysql://<user>:<password>@<server>/<database>?new_link=true';

3: add "hmail_autoresponder" to your plugin array settings in your <install directory>\config\main.inc.php

$rcmail_config['plugins'] = array(<other plugins>,'hmail_autoresponder')

If configured correctly, you should be able to go into your Settings - Account Administration and modify
your hMail autorepsonder settings.