Skip to content

Commit

Permalink
Update CMailFile.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 17, 2018
1 parent edc59b9 commit 30b1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/CMailFile.class.php
Expand Up @@ -493,7 +493,7 @@ function __construct($subject,$to,$from,$msg,$filename_list=array(),$mimetype_li
if (! empty($addr_cc)) $this->message->setCc($this->getArrayAddress($addr_cc));
if (! empty($addr_bcc)) $this->message->setBcc($this->getArrayAddress($addr_bcc));
//if (! empty($errors_to)) $this->message->setErrorsTo($this->getArrayAddress($errors_to);
if (isset($this->deliveryreceipt) && $this->deliveryreceipt == 1) $this->message->setReadReceiptTo($this->getArrayAddress($from));
if (isset($deliveryreceipt) && $deliveryreceipt == 1) $this->message->setReadReceiptTo($this->getArrayAddress($from));
}
else
{
Expand Down

0 comments on commit 30b1db3

Please sign in to comment.