Any updates to the problem in this thread?
http://support.sourcegear.com/viewtopic.php?t=2388
Version 3.0 Configuration: Email Notification Update?
Moderator: SourceGear
There is a bug in the reading of the Vault.config for both 3.0.0 and 3.0.1, where if the <EmailAllowedEndings> element is missing, the email options dialog won't come up correctly. This will be corrected in 3.0.2. A workaround would be to add
right above the </appsettings> line in your vault.config file.
Code: Select all
<EmailAllowedEndings></EmailAllowedEndings>