Fix invalid "emailer_prepare" Hook
- Use IEmail instead of array data - Introduce "composer" based library for phpmailer
This commit is contained in:
parent
db9f75fbdb
commit
f6aea0d65a
3 changed files with 24 additions and 5 deletions
|
@ -475,7 +475,7 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
|
|||
|
||||
### src/Util/Emailer.php
|
||||
|
||||
Hook::callAll('emailer_send_prepare', $params);
|
||||
Hook::callAll('emailer_send_prepare', $email);
|
||||
Hook::callAll("emailer_send", $hookdata);
|
||||
|
||||
### src/Util/Map.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue