Use different email port

See added SO thread
This commit is contained in:
sonny 2021-02-04 22:57:00 +01:00
parent 4346394614
commit e273c605f6
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@
# Mail Server #
###############
# https://stackoverflow.com/questions/47328056/smtpserverdisconnected-connection-unexpectedly-closed-timed-out/47328415#47328415
mail.backend: 'smtp'
mail.host: '{{ smtp_server }}'
mail.port: {{ smtp_port }}