Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 811 forks source link

Handling for notification bounces #9757

Open c-schmitz opened 4 weeks ago

c-schmitz commented 4 weeks ago

We have a very active and old community forum based on Kunena. In the forum users can subscribe to a category. Sometimes users don't log in anymore and their email address gets outdated/invalid. In that case Kunena keeps sending emails to that outdated email address, because there is no feedback loop.

These emails are getting bounced and are bad for our email server reputation.

Describe the solution you'd like I would like to have an option to configure a bounce email address in Kunena and a feature to handle bounces with IMAP.

Describe alternatives you've considered Roll my own plugin?

Additional context An app sending emails out at that scale should have also a proper way to handle bounces.