bcc forwarding
- To: <mutt-dev@xxxxxxxx>
- Subject: bcc forwarding
- From: "J Aaron Anderson" <janderson1@xxxxxxxxxxx>
- Date: Tue, 6 Apr 2010 12:45:18 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=simple; d=widener.edu; s=chris; t=1270572323; x=1585925515; q=dns/txt; h=From:Subject: Date:Message-ID:Content-Type:Content-Transfer-Encoding: Content-Language; bh=STltBEzYTehToDnT3gouD8yE2Ou8ZU4sZtOi2EamZ88 =; b=mQKlnU/otOFxCzD8L7ui0gzhjXqxKg5HEZqPrx6SAmFY0I6TQwjQzSFKruQ 0YUr/266xWJKHxN6lA993nXdfMA==
- List-post: <mailto:mutt-dev@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-dev"
- Organization: Widener University
- Reply-to: <janderson1@xxxxxxxxxxx>
- Sender: owner-mutt-dev@xxxxxxxx
- Thread-index: AcrVqDEKEHLns4Z7SyO7T5ldoPJ/lAAABVgQ
I am using Mutt 1.4.2.2i (2006-07-14)
Im trying to BCC to email addresses when a email is generated by CRON
My structured line to send thru mutt is :
mutt -n -F $configfile -b $bcc \
-s "Widener University - Password EXPIRATION Reminder" \
-e 'my_hdr Content-Type:text/html' $user;
It sends ok to $user that Im fetching but I cannot get the bcc value to
send .
Id like to send to 2 BCC email addresses...
bcc="email1@xxxxxxxxxxx,email2@xxxxxxxxxxx" doesn't seem to work
How is this syntax/structure incorrect for BCCs thanks in advance for your
input
Best,
Aaron