TS Email Notification Interface.

Discussion in 'Automated Trading' started by walterjennings, Apr 8, 2008.

  1. Hey. Im trying to program a c++ interface from TS using the built in Email Notification system. Unfortunately I have had little luck finding any information or documentation on what the TradeManager Email Notification connection requires.

    Iv set up a simple test using a blocking WinSock2 socket which accepts the connection and starts reading in data, when I hit the test button in TradeManager Props -> email config. A connection seems to be made but when trying to read in from the accepted socket no data is seen, if I send data back nothing happens, and if i close the socket I get a "Unable to send email. Please check your network connection and try again". If I keep looping and reading data the TS seems to stall until the socket is closed.

    I was hoping someone on the forum would have some experience getting this to work and would have some handy tips or links to threads/websites showing how to deal with this.

    Thanks for your time.