Mailversand über Relay

Hi

ich kann keine Mails versenden und so sieht meine config aus seahub_settings.py .
andere Ports mit TLs hatte ich auch versendet. ich sehe auch keine infos in den logs was nicht passt beim mail versand .

indent preformatted text by 4 spaces

-- coding: utf-8 --

SECRET_KEY = “”

DATABASES = {
‘default’: {
‘ENGINE’: ‘django.db.backends.mysql’,
‘NAME’: ‘seahub-db’,
‘USER’: ‘seafile’,
‘PASSWORD’: ‘’,
‘HOST’: ‘127.0.0.1’,
‘PORT’: ‘3306’
}

}

EMAIL_USE_TLS = false
EMAIL_HOST = ‘mail.domain.de’ # smpt server
EMAIL_HOST_USER = ‘seafile@domain.de’ # username and domain
EMAIL_HOST_PASSWORD = ‘j’ # password
EMAIL_PORT = 25
DEFAULT_FROM_EMAIL = ‘seafile@domain.de’
SERVER_EMAIL = ‘seafile@domain.de’Preformatted text