Changing Team Foundation Server SMTP Server and E-mail Notification Settings
In one of projects that I’m working for; we’ve moved our TFS to new server. Its working quite well, except e-mail notifications 
But don’t worry if you have the same problem. Here is the solution; Open Web.config file placed under C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services, then simply change the following to lines with the new values :
<add key="emailNotificationFromAddress" value="newFromAdressHere" /> <add key="smtpServer" value="newHostNameHere" />
Related posts:



04. Jun, 2006 







No comments yet... Be the first to leave a reply!