smtp

SMTP client implementation (originally in the stdlib).

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

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.