Friday, January 22, 2010

Changing Email settings used by Team Foundation Server

If you need to change the SMTP server or the from address used by TFS:

Edit the following 2 settings in the web.config file found in the following folder: “C:\Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Web Services\Services”

<add key="emailNotificationFromAddress" value="fromaddress" />
<add key="smtpServer" value="SMTP SERVER" />

No comments: