X-Git-Url: https://git.p6c8.net/form-email.git/blobdiff_plain/c11340f2adaf46b0294d96a9a18740dfcdbd1e24..5224fe74fba39cf1553cae3e423bb6677b08f378:/form-email/config.php diff --git a/form-email/config.php b/form-email/config.php index e53dcc0..814a96a 100644 --- a/form-email/config.php +++ b/form-email/config.php @@ -6,7 +6,7 @@ # Konfiguration fuer Form E-Mail # # Autor: Patrick Canterino -# Letzte Aenderung: 27.12.2011 +# Letzte Aenderung: 09.01.2012 # # Copyright (C) 2002-2012 Patrick Canterino # @@ -80,6 +80,13 @@ function prepare_beruf($content) { $check_referer = 0; $referer_ok = ''; +# Mails speichern + +$store_mails = 1; +$store_mails_dir = 'stored_mails'; +$store_mails_prefix = 'feml_'; +$store_mails_max = 10; + # Captcha $captcha_enable = 0;