[EMAIL PROTECTED] schrieb:
> Now, you have reduced your problem to: how do I call the standard Email
> client? I have no idea...

Hi!

With Windows, you can use ``os.startfile()``:

   import os
   os.startfile("mailto:[EMAIL PROTECTED]&body=World")


regards,
Gerold
:-)


-- 
________________________________________________________________________
Gerold Penz - bcom - Programmierung
     [EMAIL PROTECTED] | http://gerold.bcom.at | http://sw3.at
Ehrliche, herzliche Begeisterung ist einer der
     wirksamsten Erfolgsfaktoren. Dale Carnegie
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to