views:

21

answers:

0

I tried configure smtp mail with certificate on Django and I receive 'time out' error( code 110 ?). I use this settings:

EMAIL_HOST='some.smtp.serwer'
EMAIL_HOST_PASSWORD=''
EMAIL_HOST_USER=''
EMAIL_PORT=495
EMAIL_USE_TLS=True

outlook configuration guide informs about certificate installation, maybe this issue is causing this error ?