heliomar-pena / send-email-rust

Send emails using the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made in Rust

SEND-EMAIL-RUST

Send emails using the terminal, created in Rust.

imagen imagen

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.
  5. Execute the bin file created target/release/send-email-rust [recipient-email] [subject] [body].
  6. You'll receive a message in console with the request status.

About

Send emails using the terminal


Languages

Language:Rust 98.2%Language:Shell 1.8%