public function phpmailerException::errorMessage in SMTP Authentication Support 7
Same name and namespace in other branches
- 7.2 smtp.phpmailer.inc \phpmailerException::errorMessage()
File
- ./
smtp.phpmailer.inc, line 2327 - The mail handler class in smtp module, based on code of the phpmailer library, customized and relicensed to GPLv2.
Class
Code
public function errorMessage() {
$errorMsg = '<strong>' . $this
->getMessage() . "</strong><br />\n";
return $errorMsg;
}