@@ -626,7 +626,7 @@ <h4 id="toc-properties">
626626 < dt class ="phpdocumentor-table-of-contents__entry -property -protected ">
627627 < a class ="" href ="classes/CodeIgniter-Email-Email.html#property_SMTPConnect "> $SMTPConnect</ a >
628628 < span >
629- : resource|null </ span >
629+ : false| resource|null </ span >
630630</ dt >
631631< dd > SMTP Connection socket placeholder</ dd >
632632
@@ -909,6 +909,13 @@ <h4 id="toc-methods">
909909 : string </ span >
910910</ dt >
911911
912+ < dt class ="phpdocumentor-table-of-contents__entry -method -protected ">
913+ < a class ="" href ="classes/CodeIgniter-Email-Email.html#method_isSMTPConnected "> isSMTPConnected()</ a >
914+ < span >
915+ : bool </ span >
916+ </ dt >
917+ < dd > Checks if there is an active SMTP connection.</ dd >
918+
912919 < dt class ="phpdocumentor-table-of-contents__entry -method -protected ">
913920 < a class ="" href ="classes/CodeIgniter-Email-Email.html#method_mimeTypes "> mimeTypes()</ a >
914921 < span >
@@ -2907,7 +2914,7 @@ <h4 class="phpdocumentor-element__name" id="property_SMTPConnect">
29072914
29082915 < code class ="phpdocumentor-code phpdocumentor-signature ">
29092916 < span class ="phpdocumentor-signature__visibility "> protected</ span >
2910- < span class ="phpdocumentor-signature__type "> resource|null</ span >
2917+ < span class ="phpdocumentor-signature__type "> false| resource|null</ span >
29112918 < span class ="phpdocumentor-signature__name "> $SMTPConnect</ span >
29122919 </ code >
29132920
@@ -4954,6 +4961,49 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
49544961 < span class ="phpdocumentor-signature__response_type "> string</ span >
49554962 </ section >
49564963
4964+ </ article >
4965+ < article
4966+ class ="phpdocumentor-element
4967+ -method
4968+ -protected
4969+ "
4970+ >
4971+ < h4 class ="phpdocumentor-element__name " id ="method_isSMTPConnected ">
4972+ isSMTPConnected()
4973+ < a href ="classes/CodeIgniter-Email-Email.html#method_isSMTPConnected " class ="headerlink "> < i class ="fas fa-link "> </ i > </ a >
4974+
4975+ </ h4 >
4976+ < aside class ="phpdocumentor-element-found-in ">
4977+ < abbr class ="phpdocumentor-element-found-in__file " title ="system/Email/Email.php "> < a href ="files/system-email-email.html "> < abbr title ="system/Email/Email.php "> Email.php</ abbr > </ a > </ abbr >
4978+ :
4979+ < span class ="phpdocumentor-element-found-in__line "> 2293</ span >
4980+
4981+ </ aside >
4982+
4983+ < p class ="phpdocumentor-summary "> Checks if there is an active SMTP connection.</ p >
4984+
4985+ < code class ="phpdocumentor-code phpdocumentor-signature ">
4986+ < span class ="phpdocumentor-signature__visibility "> protected</ span >
4987+ < span class ="phpdocumentor-signature__name "> isSMTPConnected</ span > < span > (</ span > < span > )</ span > < span > : </ span > < span class ="phpdocumentor-signature__response_type "> bool</ span > </ code >
4988+
4989+ < div class ="phpdocumentor-label-line ">
4990+ </ div >
4991+
4992+
4993+
4994+
4995+
4996+
4997+
4998+ < section >
4999+ < h5 class ="phpdocumentor-return-value__heading "> Return values</ h5 >
5000+ < span class ="phpdocumentor-signature__response_type "> bool</ span >
5001+ —
5002+ < section class ="phpdocumentor-description "> < p > True if SMTP connection is established and open, false otherwise</ p >
5003+ </ section >
5004+
5005+ </ section >
5006+
49575007</ article >
49585008 < article
49595009 class ="phpdocumentor-element
@@ -6229,6 +6279,7 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
62296279 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_getMimeMessage "> getMimeMessage()</ a > </ li >
62306280 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_getProtocol "> getProtocol()</ a > </ li >
62316281 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_getSMTPData "> getSMTPData()</ a > </ li >
6282+ < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_isSMTPConnected "> isSMTPConnected()</ a > </ li >
62326283 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_mimeTypes "> mimeTypes()</ a > </ li >
62336284 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_prepQEncoding "> prepQEncoding()</ a > </ li >
62346285 < li class =""> < a href ="classes/CodeIgniter-Email-Email.html#method_prepQuotedPrintable "> prepQuotedPrintable()</ a > </ li >
0 commit comments