mirror of
https://github.com/nim-lang/smtp.git
synced 2025-11-25 23:57:45 +01:00
SMTP client implementation, adapted from the Nim standard library
|
|
||
|---|---|---|
| .github | ||
| examples | ||
| src | ||
| LICENSE | ||
| README.md | ||
| smtp.nimble | ||
smtp
SMTP client implementation, originally part of the Nim standard library.
Install with nimble install smtp or add requires "smtp" to your package's .nimble file.