DGS SMTP v0.9.2 (12/02/12) - http://www.digitalgenesis.com

  Copyright (C) 2000-2012 Digital Genesis Software. All rights reserved.

  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
  as published by the Free Software Foundation; either version 2
  of the License, or (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License <http://www.gnu.org/copyleft/gpl.html>
  for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

Maintainer:

  Digital Genesis Software <smtp@digitalgenesis.com>
  http://www.digitalgenesis.com

Supported Platforms:

  UNIX based platforms (ie: Linux, FreeBSD, Solaris, etc.)
  Windows9x/NT/2000 platforms.

Requirements: 

  PHP v3+, PHP v4+ (Tested with 3.0.12, 4.0.0, 4.3.4)
  Web Server (Tested with Apache 1.3.x and 2.0.xx and IIS 4.0)
  SMTP Server (Tested with Qmail, Postfix, and Sendmail)

Description:

  DGS SMTP is a PHP class which acts as an email client, able to send an
  email without using PHP's built in mail() function. This allows a
  programmer to write email scripts without worrying about mail() working
  on the end users platform. This is most often useful for sites that are
  unable to get PHP's build in mail() function to work. (Usually because
  they don't have access to sites php.ini file).

Installation/Usage:

  See USAGE for usage instructions.

  Digital Genesis Software can write scripts for your Linux/UNIX/Windows
  based system. Email sales@digitalgenesis.com for prices or information on
  this or other services we offer.
  
Support:

  If you have questions regarding the use of the DGS SMTP class, feel free to
  email smtp@digitalgenesis.com. Please do not email questions regarding the
  install of Apache, or PHP.

  For help with other software, see their sites:
    PHP - http://www.php.net
    Apache - http://www.apache.org
    IIS - http://www.microsoft.com
    Qmail - http://www.qmail.org
    Postfix - http://www.postfix.org
    Sendmail - http://www.sendmail.com

Suggestions:

  If you have suggestions, comments or patches for DGS SMTP, please email them
  to smtp@digitalgenesis.com.

Patches:

  If you have fixed a bug or added a new feature to DGS SMTP and would like
  to submit your patches to us, please create a unified diff as follows:

    tar xvzf dgssmtp-x.x.x.tar.gz
    mv dgssmtp modified-dgssmtp

  Make your changes to 'modified-dgssmtp'.

    tar xvzf dgssmtp-x.x.x.tar.gz
    diff -urN dgssmtp modified-dgssmtp
    -or-
    diff -u --recursive --new-file dgssmtp modified-dgssmtp

  Then email the diff to smtp@digitalgenesis.com and we will put it on our site,
  or we may even merge it into the next release.

Misc:

  All source files were created with a tab-space of 3.

  If you would like to link to our site, please link to http://www.digitalgenesis.com.

Credits:

  Dan Pasch/Empire-Web - Original specification for class, and testing. (http://www.empire-web.net)
  James Sella/DGS - Source, documentation, examples and testing.
