views:

473

answers:

3

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.

+4  A: 

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.

Richard Berg
A: 

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.

rwmnau
This would be ideal -- I assumed he had already tried that but TFS had trouble authenticating, or something like that.
Richard Berg
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
That is the problem (authentication)
A: 

This is a good explanation: tfs smtp authentication

TheImirOfGroofunkistan