-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
FGFW
Metadata
Metadata
Assignees
Labels
No labels