SendMail v1.1 Copyright 2002 NetLatency
All rights reserved.

SendMail is distributed as freeware.  This program can be
freely exchanged and distributed providing that the program is
exchanged in unmodified form.


About SendMail utility
----------------------
SendMail is a Windows command line utility that will send an email
message to an SMTP server.  This is useful for reporting success
or failure from a batch file or command file.


Installing the SendMail utility
-------------------------------
The SendMail utility can be copied into the WINNT directory to
insure that it is included in the command path.



Using the SendMail utility
--------------------------
SendMail is a command-line utility (console application).

If you run the program without any parameters, the help screen will
be displayed:

  ----------------------------------------------------------------------
  SendMail v1.1 Copyright 2002 www.NetLatency.com
    A program to send an SMTP mail message to a mail forwarder.

  Usage:  SENDMAIL mailsystem fromname@domain.com toname@domain.com[,toname@domain
  .com][...] subject

          mailsystem = IP address or DNS name of mail forwarder
          fromname@domain.com = Email address to send the test message from
          toname@domain.com = Email address to send the test message to
          subject = Subject of the email message (also included in the body)
  ----------------------------------------------------------------------

Usage examples:

  SendMail 192.168.1.201 test@NetLatency.com ttitus@NetLatency.com "Backup succeeded"
	Sends an email to the SMTP server at 192.168.1.201, addresses the message from
	"test@NetLatency.com", mailed to "ttitus@NetLatency.com" with the subject and
	body of "Backup succeeded".

  SendMail mail-fwd.netlatency.com test@NetLatency.com ttitus@NetLatency.com,jdoe@NetLatency.com "Script failure at step #4"
	Sends an email to the SMTP server at "mail-fwd.netlatency.com", addresses the
	message from "test@NetLatency.com", mailed to "ttitus@NetLatency.com" and
	"jdoe@NetLatency.com" with the subject and body of "Script failure at step #4".



Contacting NetLatency
---------------------
For the latest information about our products, please check our WEB
site at URL http://www.NetLatency.com

Please send all questions, suggestions, request for technical support
and bug reports to our email address:

For sales or customer service related questions, email:

	customer.service@netlatency.com

For technical support questions, email:

	technical.support@netlatency.com

For other questions relating to product features, enhancements, or
sales offerings, email:

	ttitus@netlatency.com

NetLatency's offices currently cannot provide telephone technical support
or sales.
