Skip to content
Snippets Groups Projects
Commit f8345c34 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

default settings for sending mails

parent bc45c815
No related branches found
No related tags found
1 merge request!42Email functionality
......@@ -22,6 +22,13 @@ ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
DEBUG = True
EMAIL_HOST = 'smtp.uni.lu'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_PORT = 25
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
DEFAULT_FROM_EMAIL = 'prc-scheduling-admin@uni.lu'
# Application definition
INSTALLED_APPS = [
......
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