Problems sending automatic email after ASP request

AkioAkio Member Posts: 8
edited 2006-06-06 in Navision Attain
Hello everybody,

I have read some forum topics about problems with send mails in Navision. I have found topics with some similarities with my problem but not whole. I will now explain my case:

I wish to send an automatic email when a outside customer do a change on the database through an ASP page. In that moment, the system would send the automatic mail to the customer confirming the change.

I did early tests into a local environment. Inside Navision, using function NewMessage of Codeunit 397-Mail, I can send an email after I accept the popup opened by Outlook (warning dialogs about virus attempt to the Outlook contact list).

The problem appears when, using the external ASP page, I connect with NAS. In this case, I don’t receive the expected mail. I think Outlook popups are the problem.

I hope somebody can help me.

Comments

  • ara3nara3n Member Posts: 9,256
    use smtp instead of outlook mail. Or use Jmail. or install the a fix that is done on mail server. If you search for these solution you'll find them here in mibuso.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • CHEMINTELCHEMINTEL Member Posts: 15
    I have an aplication that send mail automatically, but it´s not based on cu397, is based on a dll from persistmail, the only one problem is that you don´t have a copy of sended mail, but you can send two mails one for the customer and other for you.

    P.D. Sorry about my english
Sign In or Register to comment.