Blat - -to <recipient>
Blat - -cc <recipient>
Blat - -bcc <recipient>

This is a comma separated list of the the eMail addresses you are sending to.

The allowed formats are
<recipient>  
                          [email protected] The basic way - just the eMail address.
"fName lName <[email protected]>" This is how you tell the MUA that is reading the message to display a 'Vanity Name' instead of the the eMail address.
"fName lName <[email protected]> Hey fName" Here is a cool one, you can add a customized salutation line to the begining of the message like this!
"fName lName <[email protected]> Hey fName\," This is how you would put a comma after the salutation.
[email protected],[email protected],[email protected] This is how you use multiple addresses.

To: is typically the orriginal addressee
Cc: stands for carbon copy, and is additional recipients
Bcc: stands for Blind carbon copy

Bcc: allows you to send to a list of addresses without letting the recipients know who all it was sent to.

-t|-c|-b may also be used.

Back