[neomutt-users] Send mail from command line (no ncurses interface, exit immediately)

Valentin Iovene tgy at inria.fr
Tue Aug 21 14:57:09 CEST 2018


On 21.08.2018 10:42, Valentin Iovene wrote:
> #!/usr/bin/env bash
> neomutt \
>   -B \
>   -e "set from = tgy at work.com" \
>   -d 5 \
>   -s "print on `date`" \
>   -a $@ \
>   -- network-printer at work.com

Did not mean to include the -B (bulk) option. This effectively silences
the program but no email is sent. This is probably not at all what I'm
looking for!

-- 
Valentin Iovene


More information about the neomutt-users mailing list