SMTP Mail Setup in Nav

teckpohteckpoh Member Posts: 271
Dear Experts,
In Administration->IT Administration->General Setup-> ther is a "SMTP Mail Setup" form. Anybody know wat form is this. After i set my SMTP server then what going on?
it's use for control wat?
any documentation on this? is it a new features?
how to testing on it?



Cheer,
teckpoh

Comments

  • Dmytro_Sitnik_[MSFT]Dmytro_Sitnik_[MSFT] Member, Microsoft Employee Posts: 4
    NAV has functionality of sending e-mail via SMTP it is implemented in CU 400. 'Microsoft Navision Mail'.SmtpMessage automation is used there.
    SOFTWARE DEVELOPMENT ENGINEER

    NAV Sustained Eng

    “This posting is provided "AS IS" with no warranties, and confers no rights.”
  • kinekine Member Posts: 12,562
    teckpoh wrote:
    Dear Experts,
    In Administration->IT Administration->General Setup-> ther is a "SMTP Mail Setup" form. Anybody know wat form is this. After i set my SMTP server then what going on?
    it's use for control wat?
    any documentation on this? is it a new features?
    how to testing on it?



    Cheer,
    teckpoh

    The SMTP is protocol for sending e-mails (Simple Mail Transport Protocol). It is replacement for using outlook to send emails. NAV is now sending the mails directly to the mail server...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • VasuVasu Member Posts: 35
    Hi,

    This is my setup for SMTP mail.

    SMTP Server - SMTP server name (which i got access from my admin team)

    Authentication -Basic(There were 3 - Anonymous,NTLM,Basic)

    User ID - My windows login ID

    Password - Windows password

    THe problem is it is not working now and mails are not getting delivered.

    My requirement is to send a mail on button click. and following is the code written on button,

    SMTP.CreateMessage(COMPANYNAME,"My Email","E-Mail",'Hi','Hi',TRUE);
    SMTP.AppendBody('Body');
    SMTP.Send;

    Is there any problem with the Authentication type selected(Basic) or problem with SMTP Server? ](*,)

    Kindly assist me.

    Regards,
    Vasu
  • kinekine Member Posts: 12,562
    Try to use NTLM.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • VasuVasu Member Posts: 35
    Hi Kine,

    I am getting the following error when i used NTLM, but was not the case with the other options.

    "The SMTP mail system returned the following error: (0x80040211): The message could not be sent to the SMTP server. The transport error code was 0x80040217. The server response was not available"

    Regards,
    Vasu
  • PureHeartPureHeart Member Posts: 190
    Same Problem Here any solutions?
    Why don't you try my compare tool?
    http://www.mibuso.com/dlinfo.asp?FileID=1123
  • danlindstromdanlindstrom Member Posts: 130
    The error indicates that you are using wrong authenication method OR wrong name/password.
    Ask your Mail-administrator or check the settings in the mailserver.

    http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/2bdde9e6-b57a-4b12-b476-7bcf1f8f66d5
    Regards
    Dan Lindström
    NCSD Navision 2.00 since 1999 (Navision Certified Solution Developer)
    MBSP Developer for Microsoft Dynamics NAV 2009
Sign In or Register to comment.