Just insert end-of-line or carriage-return symbols into the message text where you want line breaks. Hope this example will help Dim my_text, string Set my_text, "This is line 1\r\nThis is line 2\r\nThis is line 3" MailSend ...., "Subject", my_text For more info please see "Special ASCII characters" topic in the on-line help. : Hello, : In the body of email message using the MailSend command, how do you : incorporate Line Breaks? : Or in a variable? Since the body will be a variable. : Thanks!
|