smtp
SMTP client implementation (originally in the stdlib).
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:21 |
Tags
Authors
- nim-lang
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.15.0 | No |
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.