Blat -install[SMTP|NNTP|POP3] <server addr> <sender's email addr> [<try n times>
[<port> [<profile> [<username> [<password>]]]]]
Blat -install [ SMTP NNTP POP3 ] Change if needed.
<server addr> SMTP Server address
<sender's email addr> eMail address
[ <try n times> Optional
[ <port> Optional
[ <profile> Optional
[ <username> Optional
[ <password>]]]]] Optional
when you pick Buld It, it would build the install line.
Here is a quick key to all that weird syntax above...
          | stands for "or"
          [] indicates the stuff enclosed is optional.
          when we put [] inside other [], we are indicating that they need to be in order...
          so [one [two]] indicates you MUST have "one" if you are going to use "two".