-
Suggestion
-
Resolution: Timed out
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
There is no functionality to know which space has a mail setting in Confluence.
A work around to find a mail setting in a space currently is to query the database:
select spaces.spacename, spaces.spacekey, bandana.bandanakey
from spaces, bandana
where spaces.spacekey = bandana.bandanacontext AND bandana.bandanakey="atlassian.confluence.space.mailaccounts";
- is related to
-
CONFSERVER-12755 Allow a functionality to disable POP Mail globally
- Closed
- relates to
-
CONFCLOUD-12878 Find which space has a mail account setup
- Closed