I am using the Sendmail() function and everything works as it should.

As I am sending diverse informations, I would like to know if it possible to break the text into new rows/paragraphs (or format it) to make it look more organized.
With the current code, the information is send consecutively in one line.
SendMail("[email protected]", "[email protected]", "SYSTEM MONITOR: Attention!", DateTime.Now + " - Instrument: "+Instrument.FullName+" - Strategy Name: "+this.Name+" - Daily Loss in %: "+ Math.Round(dailyPercentageLoss,4)+" - Opening Net Liquidation Value EUR: "+openingAccountValue+"- Current Net Liquidation Value EUR: "+currentAccountValue+" - Daily Loss in EUR: "+dailyAccountLoss);

Best wishes
cNuuuuuu

Comment