Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heliomar-pena/send-email-rust
Send emails using the terminal
https://github.com/heliomar-pena/send-email-rust
Last synced: 28 days ago
JSON representation
Send emails using the terminal
- Host: GitHub
- URL: https://github.com/heliomar-pena/send-email-rust
- Owner: heliomar-pena
- Created: 2022-09-08T22:10:14.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-08T22:20:01.000Z (over 2 years ago)
- Last Synced: 2024-10-19T05:33:12.248Z (3 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Made in Rust](https://badgen.net/badge/Made%20in/Rust)
# SEND-EMAIL-RUST
Send emails using the terminal, created in Rust.
![imagen](https://user-images.githubusercontent.com/66505715/189235634-14f60751-99ec-4c4d-9a71-1c5295e59a9c.png)
![imagen](https://user-images.githubusercontent.com/66505715/189235693-a9c3ccf0-bd29-461d-9e17-6cc580c0f1f2.png)### How to use
1. First you needs to configure your e-mail to send mails through SMTP.
2. Clone the repo.
3. Build the APP `cargo build --release`.
4. Add a .env file with your credentials. Please check `.env.example` file.
6. Execute the bin file created `target/release/send-email-rust [recipient-email] [subject] [body]`.
7. You'll receive a message in console with the request status.