Nuhser / PfaKSys

PfaKSys is a server based inventory management and borrowing system using a Flask webapp for small to medium sized organizations.
https://github.com/Nuhser/PfaKSys/wiki
GNU General Public License v3.0
1 stars 0 forks source link

Fix mail settings and sending #18

Closed Nuhser closed 2 years ago

Nuhser commented 2 years ago

Description

Currently you can't uncheck the box for TLS in the mail settings. There should probably be a checkbox for SSL besides that.

Further more is it at the moment not possible to send mails due to an connection error which should be investigated: ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it


Additional Context

Add any other context about the problem here.

Nuhser commented 2 years ago

Fixed/Added the TLS and SSL settings. The third problem was due to a wrong mail config and not caused by PfaKSys itself.