<<< Date Index >>>     <<< Thread Index >>>

bcc forwarding





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