do you achieved what you required ?
Hi Poppins,
Hope this help:
Exit(Part1 + ‘
’ + Part2 + ‘
’ + Part3);
Best regards,
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;