=====================
README.TXT: For Users
=====================

SMTP/POP3 Email Engine for C/C++ (SEE4C)
July 12, 2001
Version 3.4

=== Shareware ===

This software is SHAREWARE and may be freely
distributed provided that no files are modified.
There are no functional limitations. Registration
is $105 for email delivery and includes one year
of free updates.

See www.marshallsoft.com/order.htm to order.

=== Description ===

The SMTP/POP3 Email Engine (SEE) consists of Win16
and Win32 DLL's that allows any program capable of
calling the Windows API to send and receive email
over any TCP/IP network (such as the Internet)
including multiple quoted-printable and Base-64 MIME
attachments.

=== Installation ===

Run the WISE installation program SETUP.EXE which will
install all SEE4C files, including copying SEE16.DLL
and SEE32.DLL to your Windows directory, C:\WINDOWS
for Windows 95/98/Me or C:\WINNT for Windows NT/2000.

No Windows system files are modified.

=== Documentation ===

Documentation will be found in the DOCS directory
after running the SETUP installation program.

For more information, refer to the following manuals
each in 3 formats (*.TXT, *.DOC, and *.HTM):

(1) SEE4C Programmers Manual

    Covers C/C++ language issues such as compilers,
    compiling, and examples.

    See SEE_4C.DOC, SEE_4C.HTM, or SEE_4C.TXT.

(2) SEE4C Users Manual

    Covers email basics, theory of operation, application
    notes, and licensing.

    See SEE_USR.DOC, SEE_USR.HTM, or SEE_USR.TXT

(3) SEE4C Reference Manual

    Lists details for each function in the library.

    See SEE_REF.DOC, SEE_REF.HTM, or SEE_REF.TXT.

Also see:

(1) LICENSE.TXT : License information.
(2) RELEASE.TXT : If upgrading from earlier version.
(3) INVOICE.TXT : Order form and invoice.

Online documentation and the latest version can be
found in the SEE4C product page at

    http://www.marshallsoft.com/see4c.htm

=== Example Programs ===

All example code is found in the APPS directory.

=== Quick Start ===

(1) Unzip SEE4C34.ZIP into an empty directory.
(2) Run SETUP (WISE Installation file).
(3) Edit EMAIL.H in the APPS directory with your
    TCP/IP parameters. Refer to section 4.2 of SEE
    Programmers Manual (SEE_4C).
(4) Compile the GUI mode program FROM, which logs onto
    your POP3 server and lists all waiting email.

FROM32.MAK : Win32 MSVC Developer Studio (VC 4.0 & up)
FROM32._M_ : Win32 MSVC 4.0 (& up) command line compiler
FROM16._M_ : Win16 MSVC 1.52 command line compiler
FROM32._B_ : Win32 Borland C/C++ 5.0 command line compiler
FROM16._B_ : Win16 Borland C/C++ 5.0 command line compiler
FROM32._I_ : Win32 Borland C/C++ 5.5 command line compiler
FROM32._W_ : Win32 Watcom C/C++ 11 command line compiler
FROM32.BAT : Win32 LCC command line compiler

[END]
