home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / blat01 / announce.txt next >
Encoding:
Text File  |  1995-05-19  |  2.2 KB  |  57 lines

  1. WinNT's Blat ver 1.0 is now available from:
  2.  
  3. o ftp.cica.indiana.edu:/pub/pc/win3/uploads/blat10.zip
  4.   soon to be moved to
  5.   ftp.cica.indiana.edu:/pub/pc/win3/nt
  6.  
  7. o gepasi.dbs.aber.ac.uk:/blat10.zip
  8.  
  9. Distributions are in the form of .ZIP files, be sure to user binary
  10. mode FTP to do the transfer.
  11.  
  12. Blat is a command line SMTP mail client for Windows NT, originally by
  13. Mark Neal and Pedro Mendes. A great part of the code in this program
  14. was produced by the WinVN team (including GENSOCK.DLL).
  15.  
  16. Both source code and binaries for intel 80486 are distributed. 
  17. Recompile the source code if you need it for a different 
  18. architecture.
  19.  
  20. below is a description of the program
  21.  
  22. >------------------------------------
  23. Blat is a Public Domain (generous aren't we?) Windows NT console utility which
  24. will e-mail a file to a user via SMTP. The program requires the "gensock" DLL
  25. (borrowed from WinVN). A Registry entry is generated when the program is used
  26. with the -SMTP flag. This stores the address of the SMTP server, and the 
  27. address of the _default_ sender (this may be overridden with the -f flag).
  28. Impersonation can be done with the -i flag which puts the value specified in
  29. place of the senders address in the "From:" line of the header, however if this
  30. is done the real senders address is stamped in the "Reply-To:" and "Sender:"
  31. lines. This can be useful when using the program to send message from NT users
  32. that are not registered on the SMTP host.
  33.  
  34.  
  35. SYNTAX: 
  36.  
  37. Blat <filename> [-s <subject>] -t <recipient> -f <address> -c <carboncopy> [-i <address>]
  38. Blat -SMTP <server address>
  39. Blat -SMTP <server address> <senders address>
  40. Blat -h
  41.  
  42. -SMTP <server address>: address of SMTP server,
  43. -SMTP  <server address> <senders address>: address of SMTP host, default sender
  44.  
  45. <filename>: the file with the message body,
  46. -s <subject>: the (optional) subject line,
  47. -t <recipient>: the recipient's address(es),
  48. -t <recipient>: address(es) for carbon copies,
  49. -f <sender>: the sender's address (must be known to the SMTP server),
  50. -i <address>: a 'From:' address, not necessarily known to the SMTP server.
  51. -h: this help.
  52.  
  53. THIS ANNOUNCEMENT WAS MAILED WITH BLAT!
  54.  
  55. Enjoy!
  56.  
  57.