How set password in SMTP.ocx

Heike_BennerscheidHeike_Bennerscheid Member Posts: 23
Our exchange server requires a password to send e-mails to outgoing emailadresses. We want to use the SMTP.ocx to send e-mails.
Do somebody knows how I can set the required password?

Comments

  • garakgarak Member Posts: 3,263
    requires the exhange pop3 connect befor use smtp :?:
    Which SMTP.ocx u use :?:
    Do you make it right, it works too!
  • Heike_BennerscheidHeike_Bennerscheid Member Posts: 23
    I use this one:
    http://mibuso.com/dlinfo.asp?FileID=112

    How do I set the pop3 connect? Is there a manual or something?
  • garakgarak Member Posts: 3,263
    edited 2008-03-18
    for POP3 and SMT settings, you must take a look to your exchange configuration.

    Mhm, this ocx is very simple :-(
    Try an other one. For example free ware like blat.exe, JMail,
    or if you have Navision 5.0 as CD / DVD use the
    Form – 409 SMTP Mail Setup,
    Codeunit – 400 - SMTP Mail,
    Table – 409 - SMTP Mail Setup

    Here also the documentation of this ocx
    http://www.nowecor.de/users/stephan/ind ... mtpocx.htm
    Do you make it right, it works too!
  • Captain_DX4Captain_DX4 Member Posts: 230
    I'd been using that OCX prior to NAV v5.0, which comes bundled with a new custom control that NAV has created to allow SMTP communication directly with servers and has all the nifty things (like password control). Check it out! I just recently switched my code and I'm VERY GLAD I did! *hehe*
    Kristopher Webb
    Microsoft Dynamics NAV Developer
  • ara3nara3n Member Posts: 9,256
    I've used Jmail.dll and it works fine as well.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • Heike_BennerscheidHeike_Bennerscheid Member Posts: 23
    That would be the third version of my mail function ](*,)

    I will talk to my colleagues.. maybe we find an other solution or we will try Jmail or something else.

    Thanks for your help.
  • Captain_DX4Captain_DX4 Member Posts: 230
    The slightly positive news would be that updating to use the NAV SMTP component will be supported into the future by the application as long as the definitions don't change (which means you'd need to change anyways perhaps). Look at Codeunit 400 and see how to latch into the existing code there. May be easier than you'd think! *wink*
    Kristopher Webb
    Microsoft Dynamics NAV Developer
Sign In or Register to comment.