Hello,
I need to send mails in foreign languages. I use SMTP for this
When I add text to the body (appendbody) the special characters are transformed into questionmarks.
"Mit freundlichen Grüßen" Is tranformed into "Mit freundlichen Gr??en,"
I allready tried using asciiTOansii, but that doesn't help.
ExportcodePageconvert gives the same result.
When I export the text to a text file, the text is OK when I use asciitoansii.
Anyone a solution?
Peter
0
Answers
http://support.microsoft.com/kb/2516144/de
FD Consulting
Topic starter - please mark this as solved.
3 Small Remarks for others:
- In the mail.send, there is a new option enableSSL
- In the mail.send the options are switched from position.
- The biggest change: The dll is called Microsoft Navision mail again, instead of Microsoft Dynamics Nav mail helper (7.0)
Yes, you need to replace the dll on all machines at the same time as you need to recompile CU397.
Btw, the error with foreign characters was introduced when they fixed another problem in the mail.dll earlier: The mail.dll did keep attachments open after the mail was created. It was not possible to move attachments after a mail was generated.
FD Consulting