1
0
Fork 0
mirror of https://github.com/nim-lang/smtp.git synced 2025-11-25 23:57:45 +01:00
SMTP client implementation, adapted from the Nim standard library
Find a file
2025-11-24 15:00:05 +08:00
.github Bump actions/checkout from 5 to 6 2025-11-24 05:11:02 +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.