Hi,

The Bcc field is not shown in the generated message. Is there a way to
let mutt generate the Bcc field from the command line? Thanks.

$ mutt -F temp.muttrc -b [email protected] -c [email protected] [email protected] <<< aaa
Date: Thu, 4 Feb 2021 10:21:10 -0600
From: My name <[email protected]>
To: [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

aaa
$ cat temp.muttrc
set realname='My name'
set [email protected]
set hostname = gmail.com
set sendmail=/tmp/mycat.sh
$ cat /tmp/mycat.sh
#!/usr/bin/env bash
# vim: set noexpandtab tabstop=2:

cat

-- 
Regards,
Peng

Reply via email to