Our Tfs server (Tfs2008) has smtp server installed. But we could not make Tfs send e-mails after events to the subscribers (we are using EventSubscriptionTool).
Our appsettings includes these lines:
<add key="emailNotificationFromAddress" value="[email protected]" />
<add key="smtpServer" value="localhost" />
Is there any other tricks for this task...?