D. K wrote: Thu Jul 18, 2024 9:20 pm
Board sent email should not reveal the users email address. At best it should only reveal the user's registered board name (handle)
It sounds like you're looking for the combination of two settings:
"Users send email via board: Disabled", so that phpBB will not offer "memberlist.php?mode=email" as a contact method for the user. (Which is the email form where the recipient's email address will be in the "Reply-To:" field.) By default, this would mean phpBB would instead offer a "mailto:" link with the member's email address in plain text. (Which is also a behavior you
don't want, but we're getting to that.)
"Hide email addresses: Yes", so that phpBB will not offer the "mailto:" link either, when you also have "Users send email via board: Disabled".
For your overall use case, it sounds like you might even also consider
"Private messaging: No". So that in addition to not being able to have the board send an email via "memberlist.php?mode=email", and in addition to not having a "mailto:" link with the receipient's email address, your users would also not be able to use phpBB to send private messages to each other. Since you're describing this as being a non-encouraged activity, in favor of posting where more people can benefit from the information.
But this last part isn't strictly required for achieving just the "do not expose email functionality for members" behavior. You could leave PMs enabled, and then it would be up to the end-user whether they actually do want phpBB to email them when a new PM arrives, as controlled through the recipient's notification settings in their User Control Panel.