Problem with sending email from asp.net page using smtp

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Problem with sending email from asp.net page using smtp

    hai

    i am requesting your technical support.
    please help me.

    i have been working with this for five days.
    the problem is relating with the smtp.
    i am trying to send an email from the asp.net page.

    earlier it was showing send using not find error.
    this error was solved when set the smtpserver property of smtpmail to the
    IP address of my machine.

    i have done the coding in vb.net
    _____________
    AT THE OFFICE
    SmtpMail.SmtpServer = "192.127.1.69" IP ADDRESS OF MY CLIENT
    MACHINE
    SmtpMail.Send(msg)
    and set amart host as the name of the server
    on the client machine smtp service is running.
    on the server smtp service is running
    but default smtp virtual server is not there
    ________________________________

    when i tried at my stand alone machine at home i set it as follows
    SmtpMail.SmtpServer = "127.0.0.1"
    SmtpMail.Send(msg)
    ___________________________________


    on my stand alone machine using at home default smtp virtual server is there
    and in the services list smtp is running.
    and was able to send mail once.....just once
    after that all messages are sent to the queue folder and to the badmails
    folder thereafter
    default SMTP virtual server is still there and smtp service is still
    running.

    on the network i was not able to send the message at all

    on my stand alone machine which is using at home there is no fire wall and
    is using a dial up connection.

    And at the office we have a network there is firewall also and we are using
    a dsl connection.
    Will firewall create a problem.

    I have tried changing almost every setting in the properties of the default
    smtp server

    At the office on the server machine I cant find the the defaule smtp vitrual
    server when i opend the internet information service .

    since i can't find the default smtp virtual server on the server machine i
    cant change any settings in the property.
    But int the services list it shows SMTP RUNNING

    one default FTP server is there
    But on the client machine i can find the default smtp virtual server

    There is IIS installed on both client machine and the server. and both are
    showing SMTP RUNNING in the services list.

    For each mail sent three files are ther in the badmails folder
    one them contain the error message.
    The specific error code was 0xC00402C7.

    What will i do?

    Will you require any more information to give a solution for this
    Please help me.



    bivin Guest

  2. Similar Questions and Discussions

    1. PHP sending email problem
      Hi all. I am attempting to use php to send an email that contains SESSION variables provided by user forms. In the body of the email, I want to...
    2. Sending email, problem with onLoad question
      Everyone, I have a form that was created in Flash MX2004 Professional. The form is located on a layer called form and startes on frame 10. The...
    3. sending form data as email using SMTP server ???
      How can I take my form data and send it as an email using my SMTP server located @ my ISP using PHP ? my form has several fields: TO: this is...
    4. problem in sending email
      Dear All, I have made a .asp file in order to send email to my email@email.com: <% Set mail = Server.CreateObject ("CDONTS.NewMail") ...
    5. Sending email using ASP page: how?
      "who be dat?" <forgetit@dot.com> wrote in message news:vlhfq5he815u1c@corp.supernews.com... FAQ. See the Windows XP section:...
  3. #2

    Default Problem with sending email from asp.net page using smtp

    hi

    did rely of SMTP is set?

    regards

    G.Venkat

    >-----Original Message-----
    >hai
    >
    >i am requesting your technical support.
    >please help me.
    >
    >i have been working with this for five days.
    >the problem is relating with the smtp.
    >i am trying to send an email from the asp.net page.
    >
    >earlier it was showing send using not find error.
    >this error was solved when set the smtpserver property
    of smtpmail to the
    >IP address of my machine.
    >
    >i have done the coding in vb.net
    >_____________
    >AT THE OFFICE
    >SmtpMail.SmtpServer = "192.127.1.69" IP ADDRESS
    OF MY CLIENT
    >MACHINE
    > SmtpMail.Send(msg)
    >and set amart host as the name of the server
    >on the client machine smtp service is running.
    >on the server smtp service is running
    >but default smtp virtual server is not there
    >________________________________
    >
    >when i tried at my stand alone machine at home i set it
    as follows
    >SmtpMail.SmtpServer = "127.0.0.1"
    > SmtpMail.Send(msg)
    >___________________________________
    >
    >
    >on my stand alone machine using at home default smtp
    virtual server is there
    >and in the services list smtp is running.
    >and was able to send mail once.....just once
    >after that all messages are sent to the queue folder and
    to the badmails
    >folder thereafter
    >default SMTP virtual server is still there and smtp
    service is still
    >running.
    >
    >on the network i was not able to send the message at all
    >
    >on my stand alone machine which is using at home there
    is no fire wall and
    >is using a dial up connection.
    >
    >And at the office we have a network there is firewall
    also and we are using
    >a dsl connection.
    >Will firewall create a problem.
    >
    >I have tried changing almost every setting in the
    properties of the default
    >smtp server
    >
    >At the office on the server machine I cant find the the
    defaule smtp vitrual
    >server when i opend the internet information service .
    >
    >since i can't find the default smtp virtual server on
    the server machine i
    >cant change any settings in the property.
    >But int the services list it shows SMTP RUNNING
    >
    >one default FTP server is there
    >But on the client machine i can find the default smtp
    virtual server
    >
    >There is IIS installed on both client machine and the
    server. and both are
    >showing SMTP RUNNING in the services list.
    >
    >For each mail sent three files are ther in the badmails
    folder
    >one them contain the error message.
    >The specific error code was 0xC00402C7.
    >
    >What will i do?
    >
    >Will you require any more information to give a solution
    for this
    >Please help me.
    >
    >
    >
    >.
    >
    venkat Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139