-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: SMTP module compiled without SSL support #1
Comments
Is this really a good idea? |
The security isssue. Without ssl, yes there is much less security as this can be easily be sniffed with wireshark. However, staticly compiling ssl seems to be an issue (from my research), and the project I'm working one doesn't really require ssl (though it would be nice). The real issue is staticly compiling ssl. Is there a way to staticly compile ssl that I don't know of? Cause that we really help this project. |
Yes, if you want to send mail to localhost you shouldn't be forced to have an SSL dependency. |
Fair enough. |
In addition to this. Other things such as quickly prototyping something in a testenv or interfacing with legacy systems/hardware. Im not bout to spin up a STARTTLS :D Even if one wasnt doing that. I dont see why handicapping the prog is necessary friction. Anyway was this ever fixed in a particular nimlang version? I just ran into the issue on |
Feel free to create a pull request. |
Example
Current Output
Expected Output
Possible Solution
The text was updated successfully, but these errors were encountered: