Make EMailer util dynamic
This commit is contained in:
parent
1357817fc3
commit
eb18a0d761
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ function notifyall_post(App $a)
|
|||
}
|
||||
|
||||
foreach ($recips as $recip) {
|
||||
Emailer::send([
|
||||
DI::emailer()->send([
|
||||
'fromName' => $sender_name,
|
||||
'fromEmail' => $sender_email,
|
||||
'replyTo' => $sender_email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue