Hi all,
Currently I'm facing a problem with formatting an e-mail sent by a plugin, for example I need to insert a new line, tabs, etc...
I have tried to use \n \t even Environment.NewLine with no luck
Please advise...
Hello,
Actually email subject is HTML. So all html elements are applicable. Samples:
string emailBody = "First Line <br/>Second Line";
string emailBody = "<p>First Line</p><p>Second Line</p>";
Microsoft CRM Freelancer My blog (english) Мой блог (русскоязычный)