Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included
From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 12/18/04
- Next message: Lars: "Sending mail from ASP page - No local SMTP"
- Previous message: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- In reply to: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Next in thread: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 18 Dec 2004 21:17:46 GMT
On Sat, 18 Dec 2004 15:48:25 -0500, "Uncle Ben" <spamfree@nospam.com>
wrote:
>Can you tell me where I can correct my DNS?
It's your DNS client, in Network Connections, Local Connection, TCP/IP
Properties...
Ensure the DNS server you have designated allows the resolution of the
destination. Use NSlookup to test. For info on DNS and NSLookup, try
the DNS groups.
Jeff
>"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
>news:41c475c0.227751829@msnews.microsoft.com...
>> On Sat, 18 Dec 2004 07:25:00 -0500, "Uncle Ben" <spamfree@nospam.com>
>> wrote:
>>
>> >From the Event Viewer:
>> >
>> >"Message delivery to the remote domain 'myplace.com' failed for the
>> >following reason: Unable to bind to the destination server in DNS. "
>> >
>> >How do I fix this?
>>
>> Correct your DNS so it can find the destination server. Try a
>> NSlookup of the MX record for the destination to test.
>>
>> Jeff
>>
>> >> I'm running Windows 2000 Professional. Below is a simple VBS that I
>wrote
>> >> to send e-mail. For some reason, after executing it, an .EML file is
>> >> created in "C:\Inetpub\mailroot\Queue" but it will not send.
>> >>
>> >> What should I do to make it send??
>> >>
>> >> Thank you!
>> >>
>> >>
>> >> 'BEGIN SCRIPT
>> >>
>> >> Set objMessage = CreateObject("CDO.Message")
>> >> objMessage.Subject = "Test"
>> >> objMessage.Sender = "admin@nospam.com"
>> >> objMessage.To = "myemail@myplace.com"
>> >> objMessage.TextBody = "This is a test."
>> >> objMessage.Send
>> >>
>> >> 'END SCRIPT
>> >
>>
>
- Next message: Lars: "Sending mail from ASP page - No local SMTP"
- Previous message: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- In reply to: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Next in thread: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Reply: Uncle Ben: "Re: "C:\Inetpub\mailroot\Queue" - SCRIPT SOURCE included"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|