Steffen Frömer wrote: > > i tried to access standard mail application to write a mail. > I know the machanism with urllib, but there is no regular way to add > attachments.
How would you do that with urllib? > But there are Systems, which don't use MS Outlook. > Is there a way to access the standard mail application. There is no "standard mail application". Lots of Windows systems (and most servers) don't run a mail application at all. You can try using MAPI; most of the popular mail apps support that The COM dispatch is "Mapi.Session". There are even some Python samples on using MAPI. However, to be completely general, you need to use smtplib to send to an external mail server. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32