Add code quality checks
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-07-04 13:54:44 +02:00
parent 046ac8d2dc
commit 37d63a08f8
4 changed files with 76 additions and 3 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# MailSender
Basic command line tool that can be used to send email, using the SMTP protocol.
This tool has been written in Rust, using the `lettre` crate.