Skip to content

notify-*-mail: Enable SSL #773

Open
Open
@Kaliumiodid

Description

@Kaliumiodid

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 now s = smtplib.SMTP.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions