Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Native SMTP with ASP+

Hi,

this is the situation:

Before a customers E-Mail address can be stored in a database it has to be
verified that this address is 100% available. Otherwise it will produce a
lot of costs.

No problem so far. Contact the specific mailserver and ask if the address is
known.
That's easy to implement with C++/ISAPI/ATL.

But till know I haven't found a solution to do that in ASP+ with C#.

Any ideas ?

Regards,

Andr Borchert

TerraBay Networks
http://freespeech.org/terrabay
Global Internet Statistics
[604 byte] By [Andr Borchert] at [2007-11-9 16:24:30]
# 1 Re: Native SMTP with ASP+
You can never guarantee it is 100% available. You can check that it is
semantically correct and that at the point of insertion it can be mailed to
but it could go offline minutes after you perform all those checks.

"Andr Borchert" <info@terrabay.com> wrote in message
news:39dacc11$1@news.dev-archive.com...
> Hi,
>
> this is the situation:
>
> Before a customers E-Mail address can be stored in a database it has to be
> verified that this address is 100% available. Otherwise it will produce a
> lot of costs.
>
> No problem so far. Contact the specific mailserver and ask if the address
is
> known.
> That's easy to implement with C++/ISAPI/ATL.
>
> But till know I haven't found a solution to do that in ASP+ with C#.
>
> Any ideas ?
>
> Regards,
>
> Andr Borchert
>
> TerraBay Networks
> http://freespeech.org/terrabay
> Global Internet Statistics
>
>
Chris Kinsman at 2007-11-11 23:25:58 >