Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Option to allow self-signed SSL certificates #2

@elelel

Description

@elelel

Currently the module does not have an option to allow SMTP servers with self-signed certificates. These can be useful in scenarios when only encryption layer is required.
This can be fixed by adding:
tls: { rejectUnauthorized: settings['emailer:local:tls_allow_unauthrozied'] }
to smtpConfig variable in Emailer.send function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions