Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Turn OFF "Recommended updates email"

Patricia Xia
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2012

After v4.2.7 upgrade, the “Recommended update email” was ON by default system wide. I noticed this afterwards, and then unchecked the “Send by default” box (under Conflucence Admin| Recommended update email | Send by Default ) . However, this seems only affect newer users. All existing users had, by default, already subscribe to it (from the top menu bar | User Name | Settings | Email | Subscribe to recommended updates is CHECKED).

It is important to allow users opt-in, rather than sending the messages by default. By the way, in our case, almost ALL newly created pages/comments made it to "Recommended ..." and therefore being sent system wide to ALL users within the permission setting. It is way too much. We have to stop it.

Can we update this setting on all users in the SQL database? In which table/field is this subscription stored?

4 answers

1 vote
Markus Lepper April 22, 2013

I've tried the same => It seems that ONLY user having edited their email-seetings once are added to this sql-table.

All other others just get the updates ...

aaargh: How to disable this for ALL confluence users.

The only solution I curretnly see is buying the "Confluence SU" plugin and editing each and every user profile manually.

Any better idea highly welcome.

1 vote
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2012

Check out the results of this query

select * from os_propertyentry where entity_key like 'confluence.prefs.daily.summary.receive.updates.set';

You can modify it with something like
update os_propertyentry set boolean_val = 'f' where entity_key like 'confluence.prefs.daily.summary.receive.updates';

0 votes
Wade Sturman
Contributor
October 23, 2018

Has any figured this out yet? It's a big deal to my Customers, and I can't seem to find another solution.

0 votes
William Zanchet [Atlassian]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2013

Hi CRL,

I found a KB, that will help us in this case:

https://confluence.atlassian.com/display/CONFKB/Unable+to+disable+the+Send+By+Default+option+in+Recommended+Updates+Email+Configuration

Basically this KB proposes to us, to update the BANDANA table, that way we can set a value as false in the table, and the recommended update mail should be off.

I hope this helps.

Cheers,

WZ

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events