~skye/fmb

fast mail bot

cloning

read only git://badboy.institute/~skye/fmb
read/write ssh://skye@badboy.institute:3333/~skye/fmb

view source


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]

branches

master