Skip to content

Error: SMTP module compiled without SSL support #1

@Techno-Fox

Description

@Techno-Fox

Example

    when defined DEBUG:
        debugEcho "Attempting to send information via email"
        let smtpConn = newSmtp(useSsl = false, debug = true)
    else:
        let smtpConn = newSmtp(useSsl = false, debug = false)

Current Output

 Error: SMTP module compiled without SSL support

Expected Output

A binary

Possible Solution

  • Don't require ssl if the programmer doesn't want to use ssl with smtp.
$ nim -v
Nim Compiler Version 1.3.5 [Linux: amd64]
Compiled at 2020-08-17
Copyright (c) 2006-2020 by Andreas Rumpf

git hash: e9df8ebcfd475a715756d24e1718a5c1455689d2
active boot switches: -d:release

I upgraded using choosenim devel --latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions