integrating two systems through email

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-04-01T05:16:52Z Indexed on 2010/04/01 5:23 UTC
Read the original article Hit count: 407

Filed under:
|
|
|

I want to integrate our bug tracker system and our Support system through emails.

The bug tracker can kick out an email on every change to bugs/features. I want to download those emails, parse them and create a formatted email that the Support system can understand (ie the subject could be "Issue #4128 fixed").

What is the simplest way to accomplish this using C++ or C#?

© Stack Overflow or respective owner

Related posts about c++

Related posts about c#