q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 627 forks source link

Email notifications for blocked users #981

Open QROkes opened 1 year ago

QROkes commented 1 year ago

Do not send emails to blocked users.

Some users have been blocked for years and the email address registered may become obsolete. Obviously, blocked users can not update this data, so we are starting to receive bouncing emails for inexistence addresses.

For example, when an old post is commented on and the author is now blocked, an email is sent to this blocked user.

Thanks!