sending email from NAV through SMTP

darshanmdarshanm Member Posts: 280
Hi!

I am using mail codeunit to send the emails from NAV, which is going through Outlook
How to send the emails from NAV through SMTP.
Darshan Mungekar
Senior Consultan

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    for this u shd have one SMTP Server..
    if u have..
    Setup SMTP.
  • darshanmdarshanm Member Posts: 280
    Thanks for reply.

    I have SMTP server, but how to configure or what code should I write to
    send an email from NAV through SMTP
    Darshan Mungekar
    Senior Consultan
  • helmhelm Member Posts: 46
    From version 5.0 there is a codeunit 400 SMTP Mail that is used to send mail through SMTP. Take a look at that. The SMTP setup is done at Form 409. If you're using a previous version there is a tips somewhere on Mibuso on how to use named objects in a previous version. Search for it.
Sign In or Register to comment.