Fatal error: Call to undefined method PHPCI\Helper\Email::setIsHtml() in ../Email.php on line 107
This commit is contained in:
parent
7c4a926166
commit
33f2ec172d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class Email implements \PHPCI\Plugin
|
|||
$email->setEmailTo($toAddress, $toAddress);
|
||||
$email->setSubject($subject);
|
||||
$email->setBody($body);
|
||||
$email->setIsHtml(true);
|
||||
$email->setHtml(true);
|
||||
|
||||
if (is_array($ccList) && count($ccList)) {
|
||||
foreach ($ccList as $address) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue