|
|
@@ -305,7 +305,7 @@ class EmailComponent extends Component {
|
|
|
if (!empty($this->return)) {
|
|
|
$lib->returnPath($this->_formatAddresses((array)$this->return));
|
|
|
}
|
|
|
- if (!empty($readReceipt)) {
|
|
|
+ if (!empty($this->readReceipt)) {
|
|
|
$lib->readReceipt($this->_formatAddresses((array)$this->readReceipt));
|
|
|
}
|
|
|
|