home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / CGI / W21381.ZIP / Readme.txt < prev   
Encoding:
Text File  |  1996-06-01  |  2.7 KB  |  96 lines

  1. GBMailer for Windows 95/NT
  2. May 1998 version 1.11
  3.  
  4. Author:
  5. Goran Boban
  6. gboban@cursor.hr
  7.  
  8. Freeware.
  9. Permition to freely use and distribute GBMailer version 1.11 is granted.
  10.  
  11.  
  12.  
  13.     1. Description
  14.     --------------
  15.  
  16. GBMailer is command-line mailer wich will send an text file as mail.
  17. It is written to be executed from CGI-scripts, but it can be ussed for 
  18. any other purpose.
  19.  
  20. See history.txt for list of removed bugs in this revision.
  21. See todo.txt for list of things I want to implement in future.
  22.  
  23. NOTE:    Be sure to read Bugs section (section 2.) of this readme file before
  24.     mailing bug reports or questions about using GBMailer
  25.  
  26. USSAGE:
  27.  
  28. gbmail [-v] -file <filename> [-h <smtp.server.name>] [-p <port_number>]
  29.     [-from <address>] -to <address list...> [-cc <address list...>]
  30.     [-bcc <address list>] [-s <Subject>] [-t <timeout>]
  31.  
  32.  
  33. OPTIONS:
  34.  
  35.     -v    verbose output.
  36.  
  37.     -file    REQUIRED    Name of text file to send as message body.
  38.                 If this option is not set GBMailer will
  39.                 report an error.
  40.  
  41.     -h    Name of SMTP server to connect. If this option is not set
  42.         GBMailer will assume 'localhost'.
  43.  
  44.     -p    Port number for SMTP protocol. Port is set to 25 by default.
  45.  
  46.     -from    An optional e-mail ddress of sender. If not set GBMailer
  47.         will try to assume an e-mail address by combinating name of
  48.         current user and name of local machine.
  49.         You should set this option in most cases.
  50.  
  51.     -to    REQUIRED    E-mail addres (or addresses) of recipient(s).
  52.                 At least one address must cast after -to switch.
  53.  
  54.     -cc    (carbon copy) E-mail addresses of recipients which will be listed
  55.         in Cc: field.
  56.  
  57.     -bcc    (blind carbon copy) E-mail addresses of recipients which you don't
  58.         want to be listed in message which will be sent.
  59.  
  60.     -s    Subject of message.
  61.  
  62.     -t    Timeout for socket operations (in seconds). Set to 300 secs by
  63.         default.
  64.  
  65.  
  66. EXAMPLE:
  67.  
  68. gbmail -file message.txt -h smtp.server.com -from me@my.machine.com -to you@your.machine.com -s "Hello there"
  69.  
  70.  
  71.     2. Bugs
  72.     -------
  73.  
  74.     Please send bug reports and sugestions to:
  75.  
  76.     gboban@cursor.hr
  77.  
  78.     IMPORTANT NOTE: When sending bug reports or questions on using GBMailer please
  79.     be sure to include following information:
  80.  
  81.         - Program name (GBMailer in this case)
  82.         - Program version (1.11)
  83.         - OS you are using
  84.         - Version of OS you are using (you can include build number and service
  85.         pack number)
  86.         - How did you invoke gbmail.exe (from command-line or from script, if
  87.         from script please send me name of interpreter and version)
  88.         - Problem you want to report
  89.  
  90.     You may include any other information you find relevant (or you think it may be
  91.     relevant) for this problem.
  92.     Also be sure to use correct e-mail address (in From: or Reply to: field) so I
  93.     can send you answer.
  94.  
  95.  
  96.