Tiny SMTP client for Micropython
Find a file
2025-05-16 23:18:51 +02:00
examples Add example.py to demonstrate MicromailClient usage with NTP synchronization 2025-05-16 23:16:50 +02:00
micromail Initialize micromail project with basic structure and functionality 2025-05-16 23:06:10 +02:00
.gitignore Add examples/local.py to .gitignore 2025-05-16 23:18:51 +02:00
.pre-commit-config.yaml Initialize micromail project with basic structure and functionality 2025-05-16 23:06:10 +02:00
LICENSE Initial commit 2025-05-16 19:23:27 +02:00
logo.svg Initialize micromail project with basic structure and functionality 2025-05-16 23:06:10 +02:00
package.json Add package.json to define project dependencies and versioning 2025-05-16 23:16:59 +02:00
README.md Initialize micromail project with basic structure and functionality 2025-05-16 23:06:10 +02:00

micromail

Tiny SMTP client for Micropython

Inspired from shawwwn/uMail.