Sending message to SMTP server using CDONTS component

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

  1. #1

    Default Sending message to SMTP server using CDONTS component

    I recently set up a web site which I am running locally
    on my laptop using ASP.Net. From a web form on the site I
    am attempting to send an email programmatically using the
    CDONTS class to an SMTP server. Prior to use of the
    CDONTS component a message was returned to the sending
    address with an error message contained. Now I am
    recieving no returned message but the intended mail is
    not arriving at its intended destination. I wondered if
    there is any important issues regarding CDONTS and SMTP
    that I need to know. Thanks
    Chris Pearson Guest

  2. Similar Questions and Discussions

    1. Using GMail smtp server for sending emails
      ....a way to configure CF to use gmail to send out email ... Looks like SSL might be the problem. But why? Coldfusion can send out e-mail from a...
    2. CDONTS Alternate SMTP Name
      I have an ASP 3 application that submits mail using CDONTS and it works flawlessly on a server that has the SMTP set to the default. I need to...
    3. Problems sending mail with Windows 2003 server's SMTP server (I'm also using the integrated POP3 service)
      Hi, I am setting up POP3 accounts for my users. I am using the POP3 and SMTP services built into Windows 2003 Server Std Edition. My users can...
    4. CDONTS.NewMail and SMTP on different servers?
      I am working on an ASP web based application that uses the CDONTS.NewMail object for messaging. Is it possible to set up the SMTP service on...
    5. 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...
  3. #2

    Default Sending message to SMTP server using CDONTS component

    Hi

    It will be better if you can provice what error message
    you are getting.

    Ravikanth

    >-----Original Message-----
    >I recently set up a web site which I am running locally
    >on my laptop using ASP.Net. From a web form on the site
    I
    >am attempting to send an email programmatically using
    the
    >CDONTS class to an SMTP server. Prior to use of the
    >CDONTS component a message was returned to the sending
    >address with an error message contained. Now I am
    >recieving no returned message but the intended mail is
    >not arriving at its intended destination. I wondered if
    >there is any important issues regarding CDONTS and SMTP
    >that I need to know. Thanks
    >.
    >
    Ravikanth[MVP] Guest

  4. #3

    Default Re: Sending message to SMTP server using CDONTS component

    If you're using the CDONTS COM object, try using the System.Web.Mail classes
    instead.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of little things.

    "Chris Pearson" <chrispearson19@hotmail.com> wrote in message
    news:2dc201c354df$817cdd30$a001280a@phx.gbl...
    > I recently set up a web site which I am running locally
    > on my laptop using ASP.Net. From a web form on the site I
    > am attempting to send an email programmatically using the
    > CDONTS class to an SMTP server. Prior to use of the
    > CDONTS component a message was returned to the sending
    > address with an error message contained. Now I am
    > recieving no returned message but the intended mail is
    > not arriving at its intended destination. I wondered if
    > there is any important issues regarding CDONTS and SMTP
    > that I need to know. Thanks

    Kevin Spencer 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