Skip to content

Commit

Permalink
CC and BCC fields in the global mail settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivk369 committed Feb 7, 2019
1 parent 8afeda8 commit 98b317f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Mail/Mail.php
Expand Up @@ -655,7 +655,7 @@ public function sendMail($from, $fromName, $recipient, $subject, $body, $mode =

if ($app->get('mailbcc'))
{
if ($app->addBcc($app->get('mailbcc')) === false)
if ($this->addBcc($app->get('mailbcc')) === false)
{
return false;
}
Expand Down

0 comments on commit 98b317f

Please sign in to comment.