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 Frown
      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:

  1. Unattended installation of Visual Studio 2005 Team Explorer
  2. CodePlex – Another Open Source project portal from Microsoft
  3. How to Restrict Internet Explorer Control Panel Settings
  4. Generating Registery Entries for Your VSIP package Installer
  5. How to Pause Visual Studio Splash Screen
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

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

Leave a Reply