CDONTS doesnt work always

Ask a Question related to ASP, Design and Development.

  1. #1

    Default CDONTS doesnt work always

    I am using CDONTS to send mail to the user from my ASP application.
    However, the code doenst works all the time. I am able to get mails but
    nothing happnes most of the time. The code works maybe once in 20 tries.
    What could be the reason? Thanks in advance.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    amith shetty Guest

  2. Similar Questions and Discussions

    1. Help my flashplayer doesnt work
      Hey there, i desperately need help, no websites that have flash programmes will work on my internet as it says i need the latest flash player,...
    2. flash app doesnt work
      hi - i want to try out the new game kdice on http://kdice.com but as i go to this adress, the flash application doesnt come up. i tried it...
    3. Shockwave doesnt work
      :confused; Hi; I work for a public school as a administrator and we rebuild 25 machines with W2k pro. I thought we had done a good job until the...
    4. telltarget doesnt work
      Hello, I made a button in flash MX and did the following actionscript on it: on (rollover) { tellTarget ("MC") { gotoAndPlay(2); } }
    5. CDOnts.newmail attachfile don't work right when file is large
      Hi I am using the CDONTS.newmail object to send file as an attachment so I used attachfile method. it seems the attach file wont work if the...
  3. #2

    Default Re: CDONTS doesnt work always

    check your BADMAIL (and other mailroot) folders to see if it's stuck in
    there....

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------


    "amith shetty" <amithvs@hotmail.com> wrote in message
    news:eQBVKzZZDHA.2580@TK2MSFTNGP12.phx.gbl...
    > I am using CDONTS to send mail to the user from my ASP application.
    > However, the code doenst works all the time. I am able to get mails but
    > nothing happnes most of the time. The code works maybe once in 20 tries.
    > What could be the reason? Thanks in advance.
    >
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Curt_C [MVP] Guest

  4. #3

    Default Re: CDONTS doesnt work always

    "Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
    news:OPVAgYeZDHA.1816@TK2MSFTNGP09.phx.gbl...
    > check your BADMAIL (and other mailroot) folders to see if it's stuck in
    > there....
    >
    > --
    > ----------------------------------------------------------
    > Curt Christianson (Software_AT_Darkfalz.Com)
    > Owner/Lead Designer, DF-Software
    > [url]http://www.Darkfalz.com[/url]
    > ---------------------------------------------------------
    > ..Offering free scripts & code snippits for everyone...
    > ---------------------------------------------------------
    >
    >
    > "amith shetty" <amithvs@hotmail.com> wrote in message
    > news:eQBVKzZZDHA.2580@TK2MSFTNGP12.phx.gbl...
    > > I am using CDONTS to send mail to the user from my ASP application.
    > > However, the code doenst works all the time. I am able to get mails but
    > > nothing happnes most of the time. The code works maybe once in 20 tries.
    > > What could be the reason? Thanks in advance.
    > >
    > >
    > >
    > > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > > Don't just participate in USENET...get rewarded for it!
    >
    IME CDONTS is unreliable. I've had much more reliable results using one of
    the free smtp mail components such as jmail or aspemail
    ([url]http://www.aspemail.com[/url])

    --
    John Blessing

    [url]http://www.LbeHelpdesk.com[/url] - Help Desk software at affordable prices
    [url]http://www.free-helpdesk.com[/url] - Completely free help desk software !
    [url]http://www.lbetoolbox.com[/url] - Remove Duplicates from MS Outlook
    [url]http://www.lbesync.com[/url] - Synchronize two Outlook Personal Folders


    John Blessing Guest

  5. #4

    Default Re: CDONTS doesnt work always

    there are no records in the badmail folder ..only those with bad emails
    ...
    cant understand where the mails disappear...:-(



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    amith shetty 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