smtp server set up
lanemark
Member Posts: 83
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
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
0
Comments
-
Your system admin should be able to help you with this information. Usually it's more like smtp.server.com, and it has specific user names (you don't really want to have an anonymous email server) but can be anything you set it up to be0
-
Ok, I have solved the problem, I needed to put our 10.0.0. address,
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.
Alan0 -
Hi! I also use Word documents as templates (saved as HTML after I insert my data) and I had the same problems (strange symbols in mail body), but I found the solution (or the trick). The solution is to put an LF character at the end of every html line inserted in the mail body. The LF character has ASCII code 10. So, you must write something like that:lanemark wrote: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.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
