URGENT SIMPLE send mail help!

 

This is an example in the docs, but how do I make multiple lines (new lines) in the body of my message?


Is there a \n or something i need to put in the statement to make a new line?


SendMail("from your expert", "Price dropped down to "+DoubleToStr(lastclose,Digits));
 
SendMail("from your expert", "\nPrice dropped down to "+DoubleToStr(lastclose,Digits));
Reason: