I\'m trying to use stringbuilder to create a body of string to be used in a text (not HTML) email. However some lines (where i include dynamic data, a new line is not added,
First sbUser.Appendline();
sbUser.Appendline();
Second sbUser.Append("texto loco ");
sbUser.Append("texto loco ");
Voila!
=)