[securemail,phpmailer] Increase priority for securemail over phpmailer #1127

Merged
nupplaphil merged 1 commits from bug/friendica-10312 into 2021.06-rc 2021-05-29 21:14:07 +02:00
nupplaphil commented 2021-05-29 21:02:45 +02:00 (Migrated from github.com)

This should close https://github.com/friendica/friendica/issues/10312

=> There was no priority, so the hooks are sorted by their filenames and directories
=> "phpmailer" is sorted over "securemail", so the SMTP mailer already sent the mail before the "securemail" addon could encrypt it
=> this lead to the null-pointer exception :)

This should close https://github.com/friendica/friendica/issues/10312 => There was no priority, so the hooks are sorted by their filenames and directories => "phpmailer" is sorted over "securemail", so the SMTP mailer already sent the mail before the "securemail" addon could encrypt it => this lead to the null-pointer exception :)
Sign in to join this conversation.
No description provided.