New line character for a text

do you achieved what you required ?

Hi Poppins,

Hope this help:

Exit(Part1 + ‘
’ + Part2 + ‘
’ + Part3);

Best regards,

4BzSoftware@gmail.com

you can use following… It will work. [:)]

MailBody := ‘Hi’ + ‘
’ + ‘This is test mail’;
SMTPMail.CreateMessage(‘Sender Name’,‘test@abc.com’,‘Test2@abc.com’,‘test mail’,MailBody,TRUE);
SMTPMail.Send;