nim-lang / smtp

SMTP client implementation, adapted from the Nim standard library
MIT License
10 stars 5 forks source link

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.