#html #delay #receiver #send #bulk #own

app emsend

Send bulk email with your own HTML template

1 unstable release

0.1.0 Aug 3, 2023

#269 in Email

MIT/Apache

11KB
86 lines

emsend

Email Sender created with Rust

Usage

emsend --receivers PATH_TO_RECEIVERS_FILE --html PATH_TO_HTML_FILE --delay DELAY_IN_SECS

Example:

emsend --receivers example/receivers.csv --html example/template.html --delay 1

Receiver CSV Format

name,email

Dependencies

~6–17MB
~249K SLoC