In the past (Classic Client) when sending emails via SMTP I used code something like this to set a carriage return and line feed in an email body:
CRLF[1] := 13;
CRLF[2] := 10;
EmailBody := 'This is the first line' + CRLF;
EmailBody += 'This is the second line' + CRLF;
I have similar code in NAV 2016 but the email has not carriage return or line feed in it. Should this work the same in NAV 2016 as Classic Client?
0
Answers
Try to write HTML.
Instead of CRLF write '<br/>'
Regards,
parm
Follow the approach in article below -
http://saurav-nav.blogspot.in/2013/08/email-from-nav.html
It still work with NAV 2016.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
jwilder@stonewallkitchen.com