smtp : Update docComment

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2726 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-05-23 11:48:46 +00:00
parent 58359a35d2
commit 70d444f6c7

View File

@@ -22,7 +22,8 @@ class smtp
/** The SMTP server name or IP
*/
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;
/** The SMTPS support by tunnelling the session in SSL transport