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.

Re: cdo.message emails stuck in queue by AlanM

AlanM
Tue Oct 18 03:42:32 CDT 2005


<engwar1@yahoo.com> wrote in message
news:1129587680.925043.69570@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



Re: cdo.message emails stuck in queue by engwar

engwar
Tue Oct 18 07:06:30 CDT 2005

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.


Re: cdo.message emails stuck in queue by Ray

Ray
Tue Oct 18 09:06:59 CDT 2005

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@domain format, or Name
<name@domain>.

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

Ray at work

"engwar" <engwar1@yahoo.com> wrote in message
news:1129637190.864288.17600@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.
>



Re: cdo.message emails stuck in queue by jeff

jeff
Sat Oct 22 17:01:07 CDT 2005

On 17 Oct 2005 15:21:20 -0700, engwar1@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