Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
After installing tfs 2008 sp1 successfully, I found a problem.

I configurate the Project Alert correctly.

And update the web.config file on the server side -
XML
<add key="emailNotificationFromAddress" value="mymail" />
<add key="smtpServer" value="myservername" />

However I still cannot get e-mail after I did some check-in. :(

Is there anything else I can do?
Thanks, Jessie
Posted
Updated 30-Nov-10 0:59am
v3
Comments
Dalek Dave 30-Nov-10 6:59am    
Minor Edit for Grammar.

maybe you need to check your config has a valid from address and server name?
 
Share this answer
 
I am sure that the server name and the address are valid.

Is there anything else?

Thanks, Jessie
 
Share this answer
 
Please consider the link
http://msmvps.com/blogs/vstsblog/archive/2007/08/27/enabling-email-functionality-in-team-system-web-access-tswa.aspx[^]
as walkthrough and you must close and restart the Web services application for Team Foundation before your changes will take effect.:thumbsup:
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900