|
Seattle, WA
Experience: Intermediate
Platform: NinjaTrader 8
Broker: AMP/CQG
Trading: S&P, Nasdaq
Frequency: Every few days
Duration: Minutes
Posts: 103 since Feb 2012
Thanks Given: 1,189
Thanks Received: 101
|
I've been trying to use the SendMailChartLib code to email a chart using SendMailChart(....
Cal anyone else who uses this send me a sample of the actual line that sends the email. I tried using the sample from SendMailChartLib.cs and it did not work, but if I use the same account settings from the interface it is able to send sample email.
Here's my SendMailChart line:
SendMailChart(ChartControl, subj, message, "[email protected]", "[email protected]", "smtp.gmail.com", 587, "[email protected]", "obviouslyfake");
There could be something simple I am missing as I'm new to Ninjascript/C#.
Thanks in advance.
|