~skye/fmb/README
view raw
FAST MAIL BOT
An email bot optimized for speed. Sends mail in parallel.
BUILDING
% cargo install --path . # install
% fmb --help # view command line options
% fmb -i # run in interactive mode
RUNNING
Before you run, you have to set up a local SMTP server, because the bot
uses SMTP to send the mail. I recommend OpenSMTP, which should work out
of the box with the default config.
% fmb \
-h [help]
-a [address to send to] \
-f [address to send from, default NoBody <nobody@nowhere.net> \
-n [number of emails to send, default 1] \
-s [mail subject] \
-c [mail content]