Version 3.0 Configuration: Email Notification Update?

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
GregM
Posts: 485
Joined: Sat Mar 13, 2004 9:00 am

Version 3.0 Configuration: Email Notification Update?

Post by GregM » Wed Dec 29, 2004 9:31 am

Any updates to the problem in this thread?

http://support.sourcegear.com/viewtopic.php?t=2388

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Wed Jan 05, 2005 1:29 pm

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

Code: Select all

<EmailAllowedEndings></EmailAllowedEndings> 
right above the </appsettings> line in your vault.config file.

Locked