Donate Share

PHP Open Source SMTP

File Release Notes and Changelog

Release Name: e0.2

Notes:
email() - mail() clone with built-in MTA; v 0.2 (15.06.05)

Copyright (C) 2005 Jason Jacques

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 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., 51 Franklin
St, Fifth Floor, Boston, MA  02110-1301  USA

-------------------------------------------------------------------------------

Thank you for downloading email(). I hope you find this program useful.

For information regarding email() please see the webpage located at
http://poss.sourceforge.net/index.php?type=Documentation&page=email or
email.htm which is included in this .zip file.

Included in this package are:

email.php      The actuall executable PHP file.
email.htm      The poss configuration file.


To use email you must have the follow line in your script:

require_once("email.php");

Where email.php points to the location of the email.php script. For more
information see the documentation.


                                                    Jason Jacques, 15 June 2005
                                                tarlrules@users.sourceforge.net
                                                [Email for Postal Mail Address]


Changes: