#merge #smtp #send-email

app mailmerge

MailMerge Rust Crate: work in progress for building a mail merge tool to send emails

1 unstable release

new 0.0.1 Nov 18, 2024

#43 in #mail

MIT OR Apache-2…

18KB
268 lines

MailMerge Rust crate

WORK IN PROGRESS. NOT USABLE YET.

Syntax:

mailmerge [options]

Options:

  • -u, --username

  • -p, --password

  • --host

  • --port

  • --security

  • --ratelimit

  • --test - test mode, which prints message to console

  • -v, --verbose - verbose mode error, warn, info, debug, trace

Config file example using TOML format:

username = "alice@example.com"
password = "secret"
host = "smtp.example.com"
port = 587
security = "tls"
ratelimit = 0

Dependencies

~15–46MB
~708K SLoC