smtp : Update docComment
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2726 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
3
smtp.php
3
smtp.php
@@ -22,7 +22,8 @@ class smtp
|
|||||||
/** The SMTP server name or IP
|
/** The SMTP server name or IP
|
||||||
*/
|
*/
|
||||||
public $server = "127.0.0.1";
|
public $server = "127.0.0.1";
|
||||||
/** The SMTP port
|
/** The SMTP port to use (if false, use 25 if no SSL or 465 if SSL,
|
||||||
|
* if user defined, use the user value)
|
||||||
*/
|
*/
|
||||||
public $port = false;
|
public $port = false;
|
||||||
/** The SMTPS support by tunnelling the session in SSL transport
|
/** The SMTPS support by tunnelling the session in SSL transport
|
||||||
|
|||||||
Reference in New Issue
Block a user