Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class

This commit is contained in:
Laurent Destailleur 2011-08-26 23:19:53 +00:00
parent 546f14417d
commit 2d94bbae85

View File

@ -1,5 +1,5 @@
<?php
/*
/**
* Class SMTPs
*
* Class to construct and send SMTP compliant email, even to a secure
@ -33,19 +33,12 @@
* @author Laurent Destailleur <eldy@users.sourceforge.net>
* @author Regis Houssin
*
* @version $Revision: 1.2 $
* @version $Revision: 1.1 $
* @license GNU General Public Licence
*
* $Id: smtps.php,v 1.2 2011/08/26 23:40:48 eldy Exp $
* $Id: smtps.php,v 1.1 2011/08/26 23:19:54 eldy Exp $
*
*/
/**
* \file htdocs/core/class/smtps.class.php
* \brief Class to manage SMTPS email sending
*/
**/
// =============================================================
// ** Class Constants
@ -83,7 +76,9 @@ define('SMTPs_FAIL', false, false);
define('SMTPs_INVALID_PARAMETERS', 50, false);
// =============================================================
// =============================================================
// ** Class
/**
* Class SMTPs
@ -2526,9 +2521,6 @@ class SMTPs
/**
* $Log: smtps.php,v $
* Revision 1.2 2011/08/26 23:40:48 eldy
* Qual: vcard is not really an external project but now a specific dolibarr class file, so i moved it into core/class
*
* Revision 1.1 2011/08/26 23:19:54 eldy
* Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class
*