Is it possible to logon to the SMTP server that comes with IIS from a
machine other than the actual server. Ideally I would want to put some VB
Script in an SQL Server Job Schedule or an ASP page that uses CDONTS and use
it to pull the
emails into the
database. The SQL Server is on another machine on the network. Is this
viable.

Re: Using CDONTS to logon the IIS SMTP server by jcochran

jcochran
Wed Nov 19 06:24:25 CST 2003

On Wed, 19 Nov 2003 11:07:01 -0000, "Chris Kennedy"
<nospam@microsoft.com> wrote:

>Is it possible to logon to the SMTP server that comes with IIS from a
>machine other than the actual server. Ideally I would want to put some VB
>Script in an SQL Server Job Schedule or an ASP page that uses CDONTS and use
>it to pull the
>emails into the
>database. The SQL Server is on another machine on the network. Is this
>viable.

Sure. Use CDO.SYS instead since CDONTS is dead and gone...

Jeff