Nav sending email problems (TNEF Correlator)

txeriff
txeriff Member Posts: 515
Well, this is the situation:

Nav standard SMTP creates the email and then are sent using linux sendmail server.
Old email receipients are unable to read it (winmail.dat attachment) seems like NAV smtp codeunit (the automation inside it) adds this string to the emails:

X-MS-TNEF-Correlator: 0000000004AABE255148174592A07EE651D3645164A95E00

Altough rich text is not enabled (last parameter when you call the function)

is there any other smtp automation I could try?

It doesn´t work in old email clients and the user wants to....

many thanks!
:D:D

Comments

  • Shedman
    Shedman Member Posts: 194
    You could try JMail.
  • txeriff
    txeriff Member Posts: 515
    Shedman wrote:
    You could try JMail.


    Thanks for the response. Can you provide help? I don´t now what to download, how to use in nav...
  • Shedman
    Shedman Member Posts: 194
    Check this out, or search with keyword JMail ;)
  • txeriff
    txeriff Member Posts: 515
    Shedman wrote:
    Check this out, or search with keyword JMail ;)

    thanks a lot. it works very well.

    best regards
  • txeriff
    txeriff Member Posts: 515
    Hi

    I´m still working with this.

    Jmail works fine, the thing is the user wants to show up the outlook screen...

    I´ve been trying this:
    http://blogs.msdn.com/b/nav/archive/201 ... lient.aspx

    but I still get TNEF string. Seems like the automation into CU397 does it. I tried the MAPIhandler from old NAV3.60 but can´t make it work. Seems like it can´t be instanced but it´s registered and compiled properly.

    Any ideas?