PROJECTMarch 8, 2022
Send emails right from the terminal using Rust! 🦀⚡
i just uploaded this to dev.to to gain more users and feedback
- Authors
- Name
- Dhravya Shah
- @DhravyaShah
While browsing Github, I found this cool Rust library called lettre
. Being a fan of CLI applications and productivity, I quickly made this rust script that lets you send emails, right from your terminal!
It's barely 50 lines of code and honestly a very simple project, but it gets the work done lol.
Send email by simply using this command
mailto [email protected] Hi! What's up?
And yes, that's it.
Installation
Use the command cargo install mailto
, that's it!
Comment your thoughts on this simple project below! Any ideas? If you want to contribute, feel free to open an issue here https://github.com/dhravya/mailto 💖 this blog if you really liked it