Searched hist:"4772 cf38fc777b3a865dceb9bbdde6d5854d7ea3" (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | Mailer.class.php | 4772cf38fc777b3a865dceb9bbdde6d5854d7ea3 Wed Apr 29 17:58:59 UTC 2020 Andreas Gohr <andi@splitbrain.org> suppress errors messages in Mailer for non-admins #3014
When ever a mail is sent to the current user, it is usually the only receiver. If in that case the mail validation fails, sending the whole mail will fail which will be signalled by a return false of the Mailer->send() method anyway. This is already signalled to the user.
The more commoin usecase of a validation error is when other people's addresses fail to validate. These should never be shown to a user.
|