<?php
/**
* p01-contact configuration file
*
* Edited by configuration panel :
* Display it with echo $p01contact->panel();
* @author Nicolas Liautaud
* @package p01-contact
*/
$p01contact_settings = array(
'enable' => True,
'lang' => '',
'default_email' => 'your_email@site.com',
'default_params' => 'name!, email!, subject!, message!, captcha!',
'message_len' => 10,
'checklist_name' => '',
'checklist_email' => 'anonymailer.net,anonymails.com,anonymouse.org,anonymousspeech.com,brefmail.com,hidemyass.com,mail4trash.com,mailfreeonline.com,mailinator.com,mail-temporaire.fr,makemetheking.com,mytrashmail.com,sendanonymousemail.com,sendanonymousemail.net,send-email.org,sharpmail.co.uk,tempinbox.com,theanonymousemail.com,trashmail.net,trash-mail.com,jetable.org,yopmail.com',
'checklist_address' => '',
'checklist_phone' => '',
'checklist_website' => '',
'checklist_subject' => '',
'checklist_message' => '',
'debug' => False,
);?>