Mail-Default angepasst

This commit is contained in:
Holger Trampe 2019-12-09 22:19:46 +01:00
parent 50286d1c6a
commit 41af242423
3 changed files with 1 additions and 4 deletions

View File

@ -193,9 +193,9 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.strato.de' EMAIL_HOST = 'smtp.strato.de'
EMAIL_PORT = 587 EMAIL_PORT = 587
EMAIL_USE_TLS = True EMAIL_USE_TLS = True
EMAIL_HOST_USER = "support@digitale-agentur.com" EMAIL_HOST_USER = "support@digitale-agentur.com"
EMAIL_HOST_PASSWORD = "aPx9m3!7x3m@8o!t" EMAIL_HOST_PASSWORD = "aPx9m3!7x3m@8o!t"
DEFAULT_FROM_EMAIL = "support@digitale-agentur.com"
# FOR DATEPICKER # FOR DATEPICKER
BOOTSTRAP4 = { BOOTSTRAP4 = {

View File

@ -158,9 +158,6 @@
</a> </a>
</li> </li>
{%endif%} {%endif%}
<!-- Divider -->
<!-- Divider --> <!-- Divider -->
<hr class="sidebar-divider d-none d-md-block"> <hr class="sidebar-divider d-none d-md-block">