1
0
Fork 0
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
Find a file
2025-08-18 16:34:22 +08:00
.github Bump actions/checkout from 4 to 5 2025-08-18 08:05:17 +00:00
examples #20 Update examples 2025-04-25 22:44:54 +02:00
src for comments 2025-07-14 22:52:46 +08:00
LICENSE add example & CI, update license, fix warnings 2022-09-13 10:14:34 +03:00
README.md make into nimble package 2022-09-03 03:14:09 +03:00
smtp.nimble add example & CI, update license, fix warnings 2022-09-13 10:14:34 +03:00

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.