TIPS FOR CONFIGURING THE TXMAIL32.INI FILE
==========================================

Make sure that you have your robot name set correctly in the INI file as
well as in the TxSETUP.EXE program.  Also make sure that the path names
for the IN/OUT spool directories is correct.

  [General Information]

  SMTP       mailhost.yourisp.com
  POP        mailhost.yourisp.com
  USERNAME   pop3name
  PASSWORD   pop3password
  ROBOT      robotname
  IN         C:\TXMAIL32\SPOOL\IN\
  OUT        C:\TXMAIL32\SPOOL\OUT\
  COUNTER    1
  LOG        YES
  DELETEALL  NO
  DEBUG      NO

If you wish it to automatically dial and hangup to your Internet connection
then specify YES in the settings below, otherwise specify NO.  The CONNECTION
setting should be the name of your Dial-Up networking connection.

  [Auto Dialing]

  DIAL       YES
  HANGUP     YES
  CONNECTION Your Connection
  LOGIN_ID   yourloginid
  LOGIN_PWD  yourloginpassword
  RETRIES    2

If you have a direct connection you may want to specify that the program
be run in DAEMON mode, in this mode the program will check for mail to send
and receive every x number of seconds specified.

[Advanced Options]

;DAEMON   300
