Information Regarding SMTP Mail Setup

myanilkumarmyanilkumar Member Posts: 108
Hi,

I need some information regarding SMTP Mail Setup Types in Navision like BASIC, Anonymous, NTLM.

I am having a requirement that need to send E-mails from Navision without specifying the USER ID & Password and the receipent when receives the mail must not see the sender email address. The sender must see the dummy E-mail address like for eg. no-reply@xxx.com.

This method i can do it SQL- Server database mail configuration. Let me know How to handle this in Navision?

Please help me on this.

Regards,
Anil

Comments

  • nunomaianunomaia Member Posts: 1,153
    I can’t understand you question. You can to send e-mail using Navision and you want to send it anonymous. This seems to be more a problem of SMTP server then NAV itself.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • davmac1davmac1 Member Posts: 1,283
    codeunit 400 lets you specify the from address.
  • myanilkumarmyanilkumar Member Posts: 108
    Hi,

    Thanks for the reply. I want to use Anonymous method and the receiver must not see any sender address. I need to sepcify any dummy E-mail address like for eg. no-reply@xxx.com that the receiver will see this mail address. This mail addreess specified will not exist in the email server. whether this concept works?

    Please let me know.

    Regards,
    Anil
  • nunomaianunomaia Member Posts: 1,153
    Works if SMTP server allows you to send that e-mails. Has I have said, it's a problem of smtp server and not from NAV
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
Sign In or Register to comment.