https://github.com/lldap/lldap logo
``` smtp_options: MailOptions { enable_pas...
# troubleshooting
x
Copy code
smtp_options: MailOptions {
        enable_password_reset: true,
        from: Some(
            Mailbox {
                name: Some(
                    "LLDAP Admin",
                ),
                email: Address {
                    serialized: "postmaster@redacted.domain",
                    at_start: 10,
                },
            },
        ),
        reply_to: None,
        server: "smtp.sendgrid.net",
        port: 587,
        user: "apikey",
        password: ***SECRET***,
        smtp_encryption: Tls,
        tls_required: None,
    },
PS: smtp_encryption: "NONE" will success