Skip to content
  • Nicolas Höft's avatar
    feat(core): Support smtps and STARTTLS for SMTP · cd3095e4
    Nicolas Höft authored
    Support uri schemes for SMTP, enabling STARTTLS and SMTPS for SMTP
    connections.
    The new format for configuration value SMTPServer supports passing a
    URI scheme (either smtp:// or smtps://). To support old configurations,
    if no scheme is given, smtp:// is assumed.
    
    Fixes #31
    cd3095e4