Use `emailConfirmed` status to exclude unconfirmed emails
authorjoshuaruesweg <ruesweg@woltlab.com>
Tue, 13 Jul 2021 08:31:43 +0000 (10:31 +0200)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 13 Jul 2021 08:31:43 +0000 (10:31 +0200)
commitbc243ed00540c383178fa2e162d5ea94d2269707
tree573ace248207243bb248e0c03f72834886b683b9
parent06bb3229787f99b4476a0b961a5b7c9658d1a412
Use `emailConfirmed` status to exclude unconfirmed emails

With 5.3 we introduced the new `emailConfirmed` status to separate the status of the email and the activation status of the user. Therefore, we want to send emails to users, which emails are enabled. The user activation status is not relevant anymore for sending emails.
wcfsetup/install/files/lib/system/worker/MailWorker.class.php