
 TransNet Mail Utilities DOS 2.0
 ---------------------------------------------------------------------------

             TransNet 2.0 Copyright (C) 1996/97 by Marc S. Ressl,
                              All Rights Reserved.

 Introduction
 ============

 The TransNet Mail Utilities DOS provide the tools to interface TransNet
 with the Internet under MS-DOS.


 Quick Setup
 ===========

 1) Copy the DOSPPP, NETDIAL, NMDOS and SLIP directories to your TransNet
 directory.

 2) Create two directories, which are used as inbound and outbound email
 directories. It's recommended to name these directories SMTPIN and SMTPOUT
 and put them in the TransNet directory.

 3) Run NMSETUP in the NMDOS directory. Most options are self-explanatory.

 4) Edit the WATTCP.CFG file in the NMDOS directory, and define the
 following settings:

 - Your IP with a "my_ip = ".
   (If you don't have a fixed IP, specify "bootp" as your IP).

 - The domain name servers (DNS) with "nameserver = " lines.

 - If you know your provider's gateway address and netmask, set them
   too ("gateway = ", "netmask = ").

 5) If you use a dial-in connection to the net, edit the NETDIAL.SCR file in
 the NETDIAL directory. This is the script used to connect to your provider.
 Edit this script file to suit your needs.

 You can use these commands:

        send "string"           Sends a string in C-language notation.
                                (\r is return)

        recv timeout "string"   Waits until a string is received, and
                                hangs up if the timeout (in miliseconds)
                                is over.

        recv timeout            Waits timeout miliseconds.

 You can find sample scripts in the Simtel Software Archive at this
 location: SIMTELNET/MSDOS/INTERNET/NDSCR.ZIP

 6) Create a batch file to automatize the mail process. You'll find a sample
 batch file (MAIL.BAT) in this archive.

