Crates.io | any_mail |
lib.rs | any_mail |
version | 0.1.0 |
source | src |
created_at | 2023-11-11 19:35:51.184004 |
updated_at | 2023-11-11 19:35:51.184004 |
description | A simple way to send emails from your application |
homepage | |
repository | https://github.com/wyatt-herkamp/any_mail |
max_upload_size | |
id | 1032364 |
size | 53,482 |
A simple way to send emails from your application
This Library is still in progress and most features are not implemented
Currently this project is using Rust Async Traits internally so Rust Nightly is required.
This works by starting a "service" or a green thread. That holds a channel reciever of emails that will send them. Then you will have an access that pushes the items to the queue.
No need to worry about blocking while the email sends or errors.