Make EMailer util dynamic

This commit is contained in:
nupplaPhil 2020-01-25 23:10:38 +01:00
parent 1357817fc3
commit eb18a0d761
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 2 additions and 2 deletions

View file

@ -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,