Email related query

Soft4Win

Developer
Staff member
Moderator
Collaborate
Registered
Joined
Apr 27, 2019
Messages
368
Points
103

Reputation:

Hi everyone,

So in forum, lots of emails are going for activity and alerts, so I want to restrict the emails. I want that the emails should go only for account confirmation mail and reset password, and for all other scenarios, mail should not go at all. To prevent email spamming and restrictions.

So does anyone know about it?
 

shqawe

Well-known member
Registered
Joined
Jun 30, 2019
Messages
60
Points
28

Reputation:

I think you need to update users preferences by using cron-job to run query to update xf_user_option for all users to stop receive any emails for any activity or alert.

Then you should to remove html code from account_privacy template and i think this should do what you want.
 
Top