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:
parent
4a8fce6145
commit
c7793ac7a9
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/**
|
||||||
* Class SMTPs
|
* Class SMTPs
|
||||||
*
|
*
|
||||||
* Class to construct and send SMTP compliant email, even to a secure
|
* Class to construct and send SMTP compliant email, even to a secure
|
||||||
@ -33,19 +33,12 @@
|
|||||||
* @author Laurent Destailleur <eldy@users.sourceforge.net>
|
* @author Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* @author Regis Houssin
|
* @author Regis Houssin
|
||||||
*
|
*
|
||||||
* @version $Revision: 1.2 $
|
* @version $Revision: 1.1 $
|
||||||
* @license GNU General Public Licence
|
* @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
|
// ** Class Constants
|
||||||
@ -83,7 +76,9 @@ define('SMTPs_FAIL', false, false);
|
|||||||
define('SMTPs_INVALID_PARAMETERS', 50, false);
|
define('SMTPs_INVALID_PARAMETERS', 50, false);
|
||||||
|
|
||||||
|
|
||||||
|
// =============================================================
|
||||||
|
// =============================================================
|
||||||
|
// ** Class
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class SMTPs
|
* Class SMTPs
|
||||||
@ -2526,9 +2521,6 @@ class SMTPs
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* $Log: smtps.php,v $
|
* $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
|
* 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
|
* Qual: smtps is not really an external project but now a specific dolibarr class file, so i moved it into core/class
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user