I have searched the forum and cannot find answer to my query so can someone help!
I am trying to set up notifications on Nav v5 and, when I send an order for approval I get the error message:
The SMTP mail system returned the following error: (0x80040213): The transport failed to connect to the server.
I have looked at the SMTP server set up and have tried various server names, our mail addresses are usually
....@lanemark.com so I inserted lanemark.com as the server, and anonymous as the Authentication, is this correct.
Alan
Comments
RIS Plus, LLC
I now get a notification message, but as a mail template I used a Word document but it prints all strange symbols, should I use a different type of document.
Alan
ChrLF - char type
ChrLF := 10;
......
SMTPMail.AppendBody(Line + FORMAT(ChrLF));
Where "Line" is a line read from the html file created with Word.
I now that this answer is given too late for you but i hope it will help another guys.