I am using CDO from my VB code to send automated emails. I did not
configure the default SMTP server at alll, but it works fine for
emails on my intranet. Now I want to be able to send email to
"yahoo.com" or any other email address. Please let me know how to
configure the IIS SMTP to do that. I added "smtp.yahoo.com" to the
domain name, but it still doesnt send out the emails.They get stuck
in
the queue. If possible, please point me to a resource on how to
configure this server.

Re: SMTP using IIS 6.0 by Consultant

Consultant
Fri Jun 20 14:49:52 CDT 2008

you need to specify a valid smtp relay

<abhishek.khemka@gmail.com> wrote in message
news:1e64f52e-8502-45e7-95fe-44a17c4a8a18@y21g2000hsf.googlegroups.com...
>I am using CDO from my VB code to send automated emails. I did not
> configure the default SMTP server at alll, but it works fine for
> emails on my intranet. Now I want to be able to send email to
> "yahoo.com" or any other email address. Please let me know how to
> configure the IIS SMTP to do that. I added "smtp.yahoo.com" to the
> domain name, but it still doesnt send out the emails.They get stuck
> in
> the queue. If possible, please point me to a resource on how to
> configure this server.



Re: SMTP using IIS 6.0 by abhishek

abhishek
Fri Jun 20 15:22:10 CDT 2008

On Jun 20, 3:49=A0pm, "Consultant" <consultant_mc...@yahoo.com> wrote:
> you need to specify a valid smtp relay
>
> <abhishek.khe...@gmail.com> wrote in message
>
> news:1e64f52e-8502-45e7-95fe-44a17c4a8a18@y21g2000hsf.googlegroups.com...
>
>
>
> >I am using CDO from my VB code to send automated emails. I did not
> > configure the default SMTP server at alll, but it works fine for
> > emails on my intranet. Now I want to be able to send email to
> > "yahoo.com" or any other email address. Please let me know how to
> > configure the IIS SMTP to do that. I added "smtp.yahoo.com" to the
> > domain name, but it still doesnt send out the emails.They get stuck
> > in
> > the queue. If possible, please point me to a resource on how to
> > configure this server.- Hide quoted text -
>
> - Show quoted text -

Could you let me know how to do that. It will be of great help.

Thanks