vote up 2 vote down star

Environment: Windows Server 2008, IIS 7.0, TFS 2008

We run Google Apps for email and I'm having a heck of time setting up TFS to send alerts to our Google hosted mail.

I googled around and found a couple of workarounds however none have worked for me. Any pointers graciously accepted.

flag
1  
From looking online, it sounds like the "TFS Web Access" has the ability to use authentication, but regular TFS does not. Your best bet it probably to set up a local SMTP server on the TFS server that will forward mail, authenticated, to the Gmail servers. Please post back once you decide and get it implemented. – rwmnau Jul 20 at 14:32

3 Answers

vote up 4 vote down

Have you tried setting up an SMTP server on the same box as TFS, then configuring it to forward to GMail? That sounds like the easiest solution.

Alternatively, you could write a SOAP endpoint that handled TFS events with as many customizations as you want. This is a little more work but a lot more flexible.

link|flag
vote up 0 vote down

Can't you just configure TFS to send outgoing email through the Gmail servers?

http://msdn.microsoft.com/en-us/library/ms400808(VS.80).aspx

Does that not do what you need, or am I missing part of the question? We're using a local SMTP server to send email out, but I don't see a reason why you couldn't use a remote one instead.

link|flag
This would be ideal -- I assumed he had already tried that but TFS had trouble authenticating, or something like that. – Richard Berg Jul 18 at 14:44
Ah - I hadn't considered that. The article I sent doesn't talk about SMTP authentication, and it would make sense that this is the portion he's having trouble with. – rwmnau Jul 18 at 16:22
That is the problem (authentication) – hatt Jul 20 at 13:41
vote up 0 vote down

This is a good explanation: tfs smtp authentication

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.