From: engwar1 on
I'm working on a classic asp site and am having sending mails in my
development environment.

In attempting to use CDO.Message the emails usually (but not always)
get stuck in my mail Queue folder.

Any ideas? I can provide more info if that would help.

Thanks.

From: AlanM on

<engwar1(a)yahoo.com> wrote in message
news:1129587680.925043.69570(a)f14g2000cwb.googlegroups.com...
> I'm working on a classic asp site and am having sending mails in my
> development environment.
>
> In attempting to use CDO.Message the emails usually (but not always)
> get stuck in my mail Queue folder.
>
> Any ideas? I can provide more info if that would help.
>
> Thanks.
>

that would be more a problem with STMP server


From: engwar on
That helps to narrow it down.

Any ideas how to troubleshoot this or what to do next?

I don't know anything about SMTP servers.

From: "Ray Costanzo [MVP]" <my first name at lane 34 dot on
First, make sure that you have valid e-mail addresses in the From and To
fields. If the From is blank, IIS's SMTP service will not send the message
(I believe). The From address must be name(a)domain format, or Name
<name(a)domain>.

Look in the event logs on the server for SMTP errors.

Ray at work

"engwar" <engwar1(a)yahoo.com> wrote in message
news:1129637190.864288.17600(a)g47g2000cwa.googlegroups.com...
> That helps to narrow it down.
>
> Any ideas how to troubleshoot this or what to do next?
>
> I don't know anything about SMTP servers.
>


From: Jeff Cochran on
On 17 Oct 2005 15:21:20 -0700, engwar1(a)yahoo.com wrote:

>I'm working on a classic asp site and am having sending mails in my
>development environment.
>
>In attempting to use CDO.Message the emails usually (but not always)
>get stuck in my mail Queue folder.
>
>Any ideas? I can provide more info if that would help.

FAQ: http://www.aspfaq.com/show.asp?id=2268

Jeff