-
Suggestion
-
Resolution: Timed out
-
None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? 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-12878 Find which space has a mail account setup
- Closed