From 93636849e64b0114bc2b165e8a54fe527e8a5ab9 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 4 Jul 2011 13:23:55 +0000 Subject: [PATCH] put some more documentation ito the function header doc part --- phpgwapi/inc/class.egw_mailer.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpgwapi/inc/class.egw_mailer.inc.php b/phpgwapi/inc/class.egw_mailer.inc.php index e57d41cd8c..6385c6cc0f 100644 --- a/phpgwapi/inc/class.egw_mailer.inc.php +++ b/phpgwapi/inc/class.egw_mailer.inc.php @@ -91,6 +91,10 @@ class egw_mailer extends PHPMailer /** * Initiates a connection to an SMTP server. * Returns false if the operation failed. + * + * Overwriting this method from phpmailer, to make sure we set SMTPSecure to ssl or tls if the standardports for ssl or tls + * are configured for the given profile + * * @uses SMTP * @access public * @return bool