Méthode | Description | |
---|---|---|
countRecipients ( ) : integer | Return the number of recipients. | |
getThrowExceptions ( ) : boolean | Get throwExceptions value. | |
isServerError ( phpmailerException $e ) | Check the phpmailerException message and tell us if the exception should be treated as a server error instead of a "critical" error. | |
setThrowExceptions ( boolean $newValue ) : |
Set throwExceptions value. | |
throwExceptions ( boolean $newValue = null ) : The | Either set or get the value of "throwExceptions". |
public countRecipients ( ) : integer | ||
Résultat | integer |
public getThrowExceptions ( ) : boolean | ||
Résultat | boolean | Is this instance set to throw exceptions or not. |
public isServerError ( phpmailerException $e ) | ||
$e | phpmailerException |
public setThrowExceptions ( boolean $newValue ) : |
||
$newValue | boolean | The new value to set. |
Résultat |
public throwExceptions ( boolean $newValue = null ) : The | ||
$newValue | boolean | Whether this instance should throw exceptions or not |
Résultat | The | current value |