You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the notify mail plugins only support unencrypted connections. My mail server only allows encrypted connections. It would be helpful, if the plugins notify-host-mail and notify-service-mail would support it, too.
A solution might be another argument --ssl. If set, the connection would be made like this: s = smtplib.SMTP_SSL. If not set, it would stay like it is now s = smtplib.SMTP.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Currently, the notify mail plugins only support unencrypted connections. My mail server only allows encrypted connections. It would be helpful, if the plugins notify-host-mail and notify-service-mail would support it, too.
A solution might be another argument --ssl. If set, the connection would be made like this:
s = smtplib.SMTP_SSL
. If not set, it would stay like it is nows = smtplib.SMTP
.Additional context
No response
The text was updated successfully, but these errors were encountered: