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

change addr to IpAddr #27

Open i18nsite opened 10 months ago

i18nsite commented 10 months ago

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