Skip to content

SixArm/mailmerge-rust-crate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = "[email protected]"
password = "secret"
host = "smtp.example.com"
port = 587
security = "tls"
ratelimit = 0