stalwartlabs / mail-send

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

change addr to IpAddr #27

Open i18nsite opened 8 months ago

i18nsite commented 8 months ago

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