Hello
Making a new MailMessage with plain text body part only, and importing the text body part from external text file:
MailMessage.Body = File.ReadAllText(TextFile, Encoding.UTF8)
Will work but Line breaks are not a…...UTF8) Will work but line breaks are not applied correctly...text is continuous without new lines, missing something? Thanks dmitry...