mail-send icon indicating copy to clipboard operation
mail-send copied to clipboard

E-mail delivery library for Rust with DKIM support

Results 11 mail-send issues
Sort by recently updated
recently updated
newest added

Hi, it's me again What I'm trying to build requires to store mails on disk, before reading them back and sending them. Storing them on disk using mail-parser is easy...

Hi, Thanks for publishing this crate and all the other, related, ones. I'd like to use it in a small program that wouldn't use async or tokio, and it's not...

## Introduction Hi! I love this project idea and really appreciate the dedication to modern security standards (such as DKIM support) as well as `mail-send`'s RFC compliance. The current feature...

Trying to move away from `lettre` in favor of an actively maintained crate. I immediately noticed that there's no documentation for the API and there's a lot of implementations missing...

help wanted

- New `send_msg(&mut self, message: &Message

Sometimes I need to specify an IP address to access a mail server, but using a string doesn’t feel elegant enough.

It'd be useful if SmtpClient.send() returned the reported queue ID for that particular email, to help diagnose delivery problems by identifying a particular send of an email. ``` DATA 354...

This PR makes the usage docs less confusing and adds imports from `mail_builder`

- Optimized: use Self to replace generic Credentials.