stalwartlabs / mail-send

E-mail delivery library for Rust with DKIM support
https://docs.rs/mail-send/
Apache License 2.0
209 stars 21 forks source link

Support other async runtimes and TLS options #36

Open soywod opened 1 month ago

soywod commented 1 month ago

Would you be interested in a PR to support async-std and native-tls? Tokio + rustls would remain the defaults, so it should not introduce breaking changes.

mdecimus commented 4 weeks ago

Sure!