Two problems...e-mail sending and DSN

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Two problems...e-mail sending and DSN

    It's been a while since I posted here, but here goes.

    Our server is a Windows 2000 Server with Service Pack 3, IIS 5 with Lockdown
    Wizard applied.

    My first problem is related to CDONTS.NewMail.
    Up until recently, I had no problems sending e-mail with this little
    utility. Our current development efforts are moving to .NET so it didn't
    matter to us that this is something that won't be supported anymore by MS.
    However, while we are in the process of flipping to .NET, this is something
    we're still using for the time being.

    The problem I'm having is that the e-mail is not getting sent at all! I
    don't get any errors or anything like that, and when I look at our IIS 4
    relaying SMTP mail server, and then look at our big outgoing mail server, I
    can't find the e-mail anywhere in there. It's like it vanishes. Can anyone
    give any insights?

    Secondly, we have an older Access based training application that again, up
    until recently was working just fine. I don't know if the IIS lockdown
    wizard did something I'm not aware of, but now on the line in the ASP file
    where the server goes to open the database using the DSN, I get an
    "Unspecified Error"

    I checked [url]www.aspfaq.com[/url] and found the article about this and tried all of
    the tricks mentioned there for this error message. Granting the
    IUSR_machinename account read/write access toe the TEMP directory got me
    further into the file, but it didn't get me far enough to finish it because
    later on in the file, when the server goes to open another connectio nthe
    the database, I get he same problem. I cannot modify the source code on
    this page without killing our support contract or warranty on the product.
    Can anyone give me any thoughts on this one?


    The two seem totally unrelated, and yet when they both pop up like this at
    the same time, it makes me a little suspicious that IIS's lockdown might
    have had something to do with this, but I cna't be sure. Since they're both
    ASP related, I thought I'd try here first.

    Thanks for any pointers in advance,


    --
    Stephajn Craig


    Stephajn Craig Guest

  2. Similar Questions and Discussions

    1. Sending Mail Problems
      When we send mail from CDONTS messages are bounced by Hotmail, MSN and some Exchange servers. Here is an example Reporting-MTA:...
    2. 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...
    3. sending mail without the mail client popping up
      hi! I was wondering how I could send a mail without the mail client popping up to the user. I would like a mail to be sent to myself when...
    4. #25357 [Com]: Mail() function is loosing cahracters when sending mail
      ID: 25357 Comment by: dj_canard at yahoo dot com Reported By: pjsmith at microtech dot co dot gg Status: Bogus...
    5. #25357 [NEW]: Mail() function is loosing cahracters when sending mail
      From: pjsmith at microtech dot co dot gg Operating system: Windows 2003, IIS, ISAPI PHP version: 4.3.3 PHP Bug Type: *Mail...
  3. #2

    Default Re: Two problems...e-mail sending and DSN

    > relaying SMTP mail server, and then look at our big outgoing mail server,
    I
    > can't find the e-mail anywhere in there. It's like it vanishes. Can
    anyone
    > give any insights?
    [url]http://www.aspfaq.com/2268[/url]
    > where the server goes to open the database using the DSN, I get an
    > "Unspecified Error"
    Stop using a DSN. [url]www.aspfaq.com/2126[/url]
    > the database, I get he same problem. I cannot modify the source code on
    > this page without killing our support contract or warranty on the product.
    You can't modify it temporarily in order to narrow down the problem???


    Aaron Bertrand - MVP 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