* * See the enclosed file license.txt for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * * @author Jai Ivarsson * @author Harvey Kane - Uses code from Harvey's jojo_newsletter plugin * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @link http://www.jojocms.org JojoCMS */ /* add contact form hook */ Jojo::addHook('contact_form_success', 'subscribeAutoresponder', 'jojo_autoresponder'); $_options[] = array( 'id' => 'autoresponser_noreply_address', 'category' => 'Contacts', 'label' => 'No-reply address for Autoresponser', 'description' => 'An email address that can be used for sending out newsletters', 'type' => 'text', 'default' => '', 'options' => '', 'plugin' => 'jojo_autoresponder' );