SMTP Mail code Unit Transporter Error

merrilmerril Member Posts: 38
I am using the codeunit 400 to send mail to with my program as follows:
vMail.CreateMessage('Admin','admin@net.com','john@net.com','Notes','Test',TRUE);
vMail.Send();

However, when the code comes to the send portion then I get the error below.
(0x80040211): The message could not be sent to the SMTP server. The transport error code was 0x800ccc15. The server response was not available

What is causing this error? The SMTP table (409) has been sent with the Exchange server name and then Authentication is anonymous.

Thanks inadvance

Comments

  • kinekine Member Posts: 12,562
    May be the anonymous login is not permitted.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • merrilmerril Member Posts: 38
    I have tried putting my own login details to the exchange server in the SMTP table and I get the same error as with the anonymous
  • kinekine Member Posts: 12,562
    It looks like some timeout problem. Some posts on Internet are writing about problems with outlook etc.

    You can check the firewall etc.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • aboomaraboomar Member Posts: 47
    Merril
    I faced the same problem and i discovered the error from our server
  • merrilmerril Member Posts: 38
    aboomar wrote:
    Merril
    I faced the same problem and i discovered the error from our server

    Hi Aboomar,

    Can you recall what you needed to change on the server?
Sign In or Register to comment.