mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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.
|
* Initiates a connection to an SMTP server.
|
||||||
* Returns false if the operation failed.
|
* 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
|
* @uses SMTP
|
||||||
* @access public
|
* @access public
|
||||||
* @return bool
|
* @return bool
|
||||||
|
Loading…
Reference in New Issue
Block a user