CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2011
    Location
    Bengaluru
    Posts
    6

    SMTP server stops sending mails

    Hi,

    I have a tool in Vb6 and it is generating mail using CDO.message and SMTP. Till the previous week , it was working fine. Now, the mails are not going from the tool. Why this is happening?..How to resolve this?..The code is fine.I think some issue with SMTP or CDO..The port 25 ( which i am using) is not listening.If i need to update SMTP port, how can I do that?..pls help to solve the issue.

    ( if it is not the right forum to ask dis question, pls inform me the right forum)

  2. #2
    Join Date
    May 2011
    Location
    Bengaluru
    Posts
    6

    Re: SMTP server stops sending mails

    Hi,


    I had found out badmails in C:\wwwroot\Inetpub. According to it,following is the reason for mail failure.

    Action: failed
    Status: 5.3.0
    Diagnostic-Code: smtp;553 5.3.0 ERROR There is no valid MX Record for that domain


    Pls help to solve d issue

  3. #3
    Join Date
    Jul 2011
    Posts
    4

    Re: SMTP server stops sending mails

    I used to build a SMTP server with IIS6. A lot of mails failed of sending out either. The reason I get is that the destination server refuse my connection, because they think it's spam.

  4. #4
    Join Date
    Jul 2011
    Posts
    3

    Re: SMTP server stops sending mails

    Hello...

    I want to know that,Are you sending bulk emails at once???
    portable photo scanner
    Last edited by Arleen; August 2nd, 2011 at 10:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured