Skip to content
Snippets Groups Projects
Commit d552bff7 authored by Stein Elgethun's avatar Stein Elgethun
Browse files

Add uio mail settings to dev

Issue: GREG-42
parent 38ff8537
No related branches found
No related tags found
2 merge requests!83Greg 42 email,!82Greg 42 email
......@@ -3,6 +3,11 @@ from .base import *
# This is the default configuration file when running manage.py
ALLOWED_HOSTS += ["localhost", "127.0.0.1"]
EMAIL_HOST = "smtp.uio.no"
EMAIL_PORT = "468"
EMAIL_USE_SSL = True
EMAIL_TIMEOUT = 2
DEFAULT_FROM_EMAIL = "noreply@uio.no"
try:
from .local import *
......
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