mirror of
https://github.com/nim-lang/smtp.git
synced 2025-10-08 23:23:54 +02: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.