How to remove credentials from the mail server configuration
Purpose
In Bamboo, if you configure a mail server to use a username and password, when removing them, the changes may not stick.
Solution
There are two possible methods to remove the credentials, one through the UI and one in an XML configuration file:
UI option
From Administration >> Overview >> Mail server
, please:
- Delete the existing mail server configuration
- Create a new mail server configuration without credentials
Configuration File option
- Stop Bamboo
- Find and open
<bamboo-home>/bamboo-mail.cfg.xml
- Clear out the
<username>...</username>
and<password>...</password>
lines - Save and Start Bamboo
Last modified on Aug 21, 2017
Powered by Confluence and Scroll Viewport.