Skip to content
Snippets Groups Projects
Verified Commit f39aa9d5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Also set From header for normal mail.

parent acb57fac
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='ticdesk',
version='0.12.2',
version='0.12.3',
packages=find_packages(),
include_package_data=True,
author='Teckids e.V.',
......
......@@ -166,6 +166,7 @@ STATICFILES_DIRS = [
]
ADMINS = [('Teckids e.V. Admins', 'root@teckids.org')]
DEFAULT_FROM_EMAIL = 'www-data@ticdesk.teckids.org'
SERVER_EMAIL = 'www-data@ticdesk.teckids.org'
EMAIL_SUBJECT_PREFIX = '[Ticdesk] '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment