[python-win32] Getting active SMTP servers via python.

Tim Roberts timr at probo.com
Wed Dec 10 19:06:02 CET 2008


Dominick Lauzon wrote:
>
> I am attempting to determine the accessible SMTP servers on a given
> desktop to avoir various users for having to predefine in a given
> script to facilitate distribution.
>
>  
>
> Is this possible ?
>

No.  There is no way to determine this a priori, and many commercial
environments do not have SMTP servers at all (Exchange clients, for
example).  You must ask the user to configure this.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list