================================================================================
TSmtpRelayServer (R)
Copyright (C) 1999 Legitima Software
All Rights Reserved

  TSmtpRelayServer is a Delphi 3/4 component.
  This component acts like a SMTP server, delivering e-mail directly to the 
  recipients, without the need of an ISP SMTP server.
  TSmtpRelayServer gives you INSTANT feedback about every message sent. So you 
  can, for instance, discard the invalid recipients of your e-mailing list.
  Because TSmtpRelayServer works with several connections at once, sending 
  multiple e-mails at the same time, it is the perfect tool for building any 
  mass e-mail application. 
  TSmtpRelayServer also lets you to customize the message body of every e-mail.

================================================================================


For a list of changes in this version, see the file version.txt.


====================
*** Installation ***
====================

The zip file has subdirectories in it. You must use the pkunzip -d option
to restore this directory tree or you will have problems because the files 
will not be in their proper subdirectories.


This is the subdirectory layout:

.\                           Info directory
.\D3                         Delphi 3 components
.\D4                         Delphi 4 components
.\demo                       Delphi demo applications
.\register                   Registering Application


Installation


Delphi 3

1. Uninstall any previous version of TSmtpRelayServer from Delphi.
2. Unzip the downloaded file with the option -d (directory) option.
3. Copy the files legsrs30.bpl, legsrs30.dcp and *.dcu from the 
   directory D3 to your components directory.
4. Open the Delphi 3 and select the Component | Install Package command, 
   click Add and select legsrs30.dpl. Click OK and the TSmtpRelayServer 
   component will appear at the Legitima tab.
5. Select the Tools | Environment Options command and the tab Library and 
   include in the Library Path the directory where the *.dcu are located.

Delphi 4

1. Uninstall any previous version of TSmtpRelayServer from Delphi.
2. Unzip the downloaded file with the option -d (directory) option.
3. Copy the files legsrs40.bpl, legsrs40.dcp and *.dcu from the 
   directory D4 to your components directory.
4. Open the Delphi 4 and select the Component | Install Package command, 
   click Add and select legsrs40.bpl. Click OK and the TSmtpRelayServer 
   component will appear at the Legitima tab.

Once the components are all installed, you may open the demo projects
each one after the other and compile them. For each project, do file/open
and select the dpr file in the internet directory. Then Project/Build All.

NOTES: 
- If you use Delphi 3, you may have an error 
message complaining about Font.Charset and OldCreateOrder properties.
Those are two new properties in newer Delphi versions. You can safely 
ignore those errors because those properties are not used by the 
components nor sample programs. You may encounter this error at run 
time. To avoid it, you must open each form at design time and ignore 
the error. Then recompile. If you don't ignore the error at design 
time, you'll have it at runtime !


====================
*** Uninstalling ***
====================

Delphi 3

  Using Delphi, do a Component/Install Packages select LegSrs30.bpl 
  and do a Remove.

Delphi 4

  Using Delphi, do a Component/Install Packages select LegSrs40.bpl 
  and do a Remove.


============================
*** Upgrade Instructions ***
============================

  Follow the "Uninstalling" instructions above. Then, follow the
  Installation instructions above.


====================
*** Requirements ***
====================

  This component requires Delphi 3 or 4.  


=====================
*** Documentation ***
=====================

  For full documentation, see the help file.


===========================
*** Distribution Status ***
===========================

  This program is freely distributable, since you do not modify it anyway.


===========================
*** Warranty Disclaimer ***
===========================

  THE SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM
  EXTENT PERMITTED BY APPLICABLE LAW, LEGITIMA FURTHER DISCLAIMS ALL 
  WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES 
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. THE 
  ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THE PRODUCT AND 
  DOCUMENTATION REMAINS WITH RECIPIENT. TO THE MAXIMUM EXTENT PERMITTED BY 
  APPLICABLE LAW, IN NO EVENT SHALL LEGITIMA BE LIABLE FOR ANY 
  CONSEQUENTIAL, INCIDENTAL, DIRECT, INDIRECT, SPECIAL, PUNITIVE, OR OTHER 
  DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS
  PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR OTHER 
  PECUNIARY LOSS) ARISING OUT OF THIS AGREEMENT OR THE USE OF OR INABILITY TO USE
  THE PRODUCT, EVEN IF LEGITMA HAS BEEN ADVISED OF THE POSSIBILITY OF 
  SUCH DAMAGES.



===================
*** Registering ***
===================
 
  This program is released as shareware.  

 
  What registering will get you:
 
  * A new version of the component, without the copyright notice 
    below the message body.
 
  * Information on upgrades to the component.
 
  * A warm fuzzy feeling that you did the right thing.

  * You'll be supporting good software & provide even more incentives to
    make this an even better component.



  -> To register online, visit:
     http://www.legitima.com/order.htm

  -> To register offline, go to the .\register directory and run the 
     register.exe application. Then, follow the instructions on screen.

  -> If you do not have the register.exe application and still want To 
     register offline, download the registration program at:
     http://www.legitima.com/files/kagireg.zip 
     unzip it to any directory and follow the instructions on screen.


===============
***  Prices ***
===============
 
  TSmtpRelayServer (No source code)           $19.00 *
  TSmtpRelayServer (Source code included)     $35.00 *

 
  * Prices in USD
 
  Please enclose an additional US $1 if you wish to recieve a paper receipt.
  You will receive a registration code via email.


===============
*** Contact ***
===============

  http://www.legitima.com
  e-mail: support@legitima.com


========================
*** Copyright Notice ***
========================

  Copyright (C) 1999 Legitima Software
  TSmtpRelayServer is a trademark of Legitima, Inc

  Windows95, Windows98, Windows NT, are registered  trademarks of Microsoft Corp.
  All other trademarks are owned by their respective companies.

<End of file>