diff --git a/dss/settings.py b/dss/settings.py index 0f97bda..4b24931 100644 --- a/dss/settings.py +++ b/dss/settings.py @@ -264,7 +264,8 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = localsettings.EMAIL_HOST EMAIL_PORT = localsettings.EMAIL_PORT -DEFAULT_FROM_EMAIL = 'chatbot@deepsouthsounds.com' +DEFAULT_FROM_EMAIL = 'DSS ChatBot ' +DEFAULT_HTTP_PROTOCOL = 'http' if DEBUG: import mimetypes diff --git a/templates/notification/new_follower/email.html b/templates/notification/new_follower/email.html index 8ffcfba..fbbcd62 100644 --- a/templates/notification/new_follower/email.html +++ b/templates/notification/new_follower/email.html @@ -1 +1,5 @@ -{{ profile.get_nice_name }} has started following you. +{{ profile.get_nice_name }} has started following you on Deep South Sounds.
+This means they will get notifications about new mixes you upload.
+
+To see other notices change how you receive notifications, please go to {{ default_http_protocol }}://{{ current_site }}/me +