Adding the 'client' option to the doc block for the email component smtp options. Fixes #111.

This commit is contained in:
jperras 2009-09-22 23:10:35 -04:00
parent 022f8ccaa2
commit cd64043702

View file

@ -206,6 +206,7 @@ class EmailComponent extends Object{
* - timeout * - timeout
* - username * - username
* - password * - password
* - client
* *
* @var array * @var array
* @access public * @access public