Re: Connecting to the users preferred email client

2009-12-04 Thread Tuomas Vesterinen
Mike Driscoll wrote: On Dec 4, 5:28 am, Tuomas Vesterinen wrote: If I want to open a html-page from Python code I can say: >>> import webbrowser >>> webbrowser.open('index.html') Is there a standard way to init an email in users preferred email client like Thubderbird, Evolution etc.? Tuom

Re: Connecting to the users preferred email client

2009-12-04 Thread Mike Driscoll
On Dec 4, 5:28 am, Tuomas Vesterinen wrote: > If I want to open a html-page from Python code I can say: > >  >>> import webbrowser >  >>> webbrowser.open('index.html') > > Is there a standard way to init an email in users preferred email client > like Thubderbird, Evolution etc.? > > Tuomas Vester

Connecting to the users preferred email client

2009-12-04 Thread Tuomas Vesterinen
If I want to open a html-page from Python code I can say: >>> import webbrowser >>> webbrowser.open('index.html') Is there a standard way to init an email in users preferred email client like Thubderbird, Evolution etc.? Tuomas Vesterinen -- http://mail.python.org/mailman/listinfo/python-list