From 70d444f6c76cb5001fdb2b277741b7339b5b3bfb Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Mon, 23 May 2016 11:48:46 +0000 Subject: [PATCH] smtp : Update docComment git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2726 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- smtp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smtp.php b/smtp.php index fede61e..45e6e97 100644 --- a/smtp.php +++ b/smtp.php @@ -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