"GIGOMAIL" is a simple SMTP sending client, that is very similiar to
IBM sendmail, except without the fancy stuff, bugginess, or overhead, that
IBM put into it.  GIGOMAIL requires a smart SMTP host to send everything to
(ie, your internet provider's mail machine).

GIGOMAIL is built from the mini-INEWS source.  Both are clients; GIGOMAIL
simply does SMTP, whereas INEWS was for posting to NNTP.  The sources to
INEWS are included, as per the GNU GPL, however they are in the "inews.zip" 
archive that comes with the GIGTxxx distribution, in order to keep
things seperate.

The source code is not neccesarilly commented out or cleaned up.  It simply
works as it is for me, using EMX as the compiler.

Usage of gigomail is usually hidden by the "gigoslip" program.  However,
should you have a use for it..  

The following environment variables should be set:
  SET TZ=PST8                (or whatever is appropriate)
  SET BAGS=C:\SPOOL\BAGS     (should point to your GIGO bags directory)
                             (error messages go here)
  SET MAILSERVER=host.name   (name of smart SMTP mail host)

gigomail.exe -f fromaddress@yoursite.org  recipient1@wherever  
    [recipient2@wherever ...]  <textfile

textfile should be the outgoing message, including _all_ headers.  gigomail
does not check this message for accuracy.

