From b0cb464838dcc31c3a9fd9884c0d6aabf2053759 Mon Sep 17 00:00:00 2001 From: age Date: Tue, 1 Jul 2008 20:55:45 +0000 Subject: [PATCH] jetzt alles Frieda --- fotokiste/fotokiste/controllers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fotokiste/fotokiste/controllers.py b/fotokiste/fotokiste/controllers.py index 60781c9..be4cc5b 100644 --- a/fotokiste/fotokiste/controllers.py +++ b/fotokiste/fotokiste/controllers.py @@ -30,9 +30,9 @@ ALLOWED_MAILTEXT_CHARACTERS = "\w@_\-\.\s\n\#\(\)\[\]\{\}\|\>\<\,\+/\'\"\?\!\:=% MAIL_ADDRESS_REGEX = r"^[a-zA-Z0-9._%-]+@[a-zA-Z0-9._%-]+\.[a-zA-Z]{2,6}$" # TODO: this path is relative - to be fixed! MAIL_SIGNATURE_FILE = os.path.join(os.getcwd(), "mail_signature.txt") -MAIL_FROM_ADDRESS = '"Fusion-Fotokiste" ' +MAIL_FROM_ADDRESS = '"Frieda-Fotokiste" ' MAIL_SUBJECT = "Ein überwachungskritisches Foto aus der Frieda!" -MAIL_ATTACHMENT_FILENAME = "fusion" + IMAGE_SUFFIX +MAIL_ATTACHMENT_FILENAME = "frieda" + IMAGE_SUFFIX SMTP_HOST = "localhost" SMTP_PORT = "25" MAIL_MAX_LENGTH = 5000