Merv Norton
11 years ago
I have installed "Send email directly without SMTP server(MX DNS lookup) in Delphi" and it works. I need to add CRLF to the Body Text,

How can I do that?
ivan
  • ivan
  • 100% (Exalted)
  • Administration
11 years ago

I have installed "Send email directly without SMTP server(MX DNS lookup) in Delphi" and it works. I need to add CRLF to the Body Text,

How can I do that?

Originally Posted by: Merv Norton 



do it like this:

oSmtp.BodyText := 'this is a test email sent from Delphi project directly' + #13#10 + 'second line';

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.