smtp
SMTP client implementation (originally in the stdlib).
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install smtp
choosenim install smtp
git clone https://github.com/nim-lang/smtp
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| smtp | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/nim-lang/smtp |
|---|---|
| Homepage | https://github.com/nim-lang/smtp |
| Registry Source | nimble_official |
README
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.