SMTP Mail with SSL encryption NAV 5.0

vijay4398vijay4398 Member Posts: 35
edited 2014-03-07 in NAV Three Tier
Hi Guys,

We recently moved from internal mail server to office 365 . Now we need to setup Navision SMTP with Port and SSL encription.

I did searched for this in the forum and came across few posts which say that there is a hotfix available for the same .

http://www.mibuso.com/forum/viewtopic.php?f=23&t=55665&start=0

I was able to find the hotfix which had the Navision Mail .Dll with Port parameter but not the SSL encryption one .


Can anybody guide me to the right direction , where can i get this dll which has both the options / how can i get this working.

Much appreciated,
Vijay

Comments

  • beranberan Member, Microsoft Employee Posts: 80
    It works on NAV 2013 R2 with

    SMTP server: SMTP.office365.com
    SMTP server port: 587
    Authentication: Basic
    User ID: <email name>
    Password: <you know it>
    Secure connection: Yes

    The support for SSL is added as a hotfix for 2009 R2 (around January 2011) so not supported for Nav 5.0.
    Eric Beran
    Software Design Engineer II
    Dynamics NAV Office 365
    Microsoft

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • ftorneroftornero Member Posts: 524
    It works in NAV 5.0 without a problem, you need this hotfix

    https://mbs2.microsoft.com/Knowledgebas ... RWLRPKKXWP

    With this files:
    Microsoft.navision.mail.dll
    Microsoft.navision.mail.tlb
  • vijay4398vijay4398 Member Posts: 35
    Thanks a lot . That was a relief :) .

    I did downloaded the hotfix and registered the dll as well.

    But i am getting the Error

    "Could not create an instance of the OLE Control or Automation Server identified by GUID={68AEAA7B-9523-3511-AF5F-F2381D2C6F04}
    7.3:{F9DAE2A4-D2F8-37C3-86D5-E4FFE166D860}:Microsoft Navision Mail.SmtpMessage. check that the OLE control or Automation server is correctly installed and registered."

    I tried to register the Dll in every possible way that i could find the related posts in the forum(client folder/common files/with codebase) but no luck

    Do I need to restart the server to get this working?

    Any idea what i could be missing?

    Thanks,
    VIjay "
  • ftorneroftornero Member Posts: 524
    This is the way I register the DLL:

    regasm.exe "Microsoft.Navision.Mail.dll" /tlb:"Microsoft.Navision.Mail.tlb" /codebase
    gacutil.exe /i "Microsoft.Navision.Mail.dll"


    What versión of NAV 5.0 do you have ?

    I made the test with NAV 5.0 SP1.
Sign In or Register to comment.