X-Git-Url: https://git.p6c8.net/form-email.git/blobdiff_plain/3e2d2f46b42fb471172f2c2383f4676e20007833..1fc1799dba2372c7fd001fe06936ab977192bd8d:/form-email/config.php?ds=inline diff --git a/form-email/config.php b/form-email/config.php index ea1eee0..a84c5ba 100644 --- a/form-email/config.php +++ b/form-email/config.php @@ -18,8 +18,8 @@ # Empfaenger - wichtigste Einstellung -$mailto = 'patrick@test.local'; -$aliases = array('patrick' => 'patrick@test.local', 'test' => 'test@test.local', 'alle' => 'patrick@test.local; test@test.local'); +$mailto = ''; +$aliases = array(); # Allgemeines @@ -45,6 +45,10 @@ $text_max = 0; # Individuelle Felder +# Hier eine Beispiel-Definition +# Eine Beschreibung finden Sie in der ReadMe-Datei + +/* $user_fields['beruf']['min'] = 5; $user_fields['beruf']['max'] = 10; $user_fields['beruf']['required'] = 1; @@ -74,6 +78,7 @@ function check_beruf($content) { function prepare_beruf($content) { return strtolower($content); } +*/ # Sicherheit @@ -82,7 +87,7 @@ $referer_ok = ''; # Mails speichern -$store_mails = 1; +$store_mails = 0; $store_mails_dir = 'stored_mails'; $store_mails_prefix = 'feml_'; $store_mails_max = 10; @@ -136,9 +141,9 @@ $err_captcha_session_failure = 'Keine g # Templates -$tpl_mail = 'mail_individual.txt'; +$tpl_mail = 'mail.txt'; $tpl_sent = 'sent.htm'; -$tpl_user_error = 'user_error_individual.htm'; +$tpl_user_error = 'user_error.htm'; $tpl_fatal = 'fatal.htm'; #