mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
put some more documentation ito the function header doc part
This commit is contained in:
parent
820dbed203
commit
93636849e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user