[Tutor] open email client from Help menu

Alan Gauld alan.gauld at btinternet.com
Thu Jan 3 19:16:01 CET 2008


"Kakada" <hokkakada at khmeros.info> wrote

> In my program, I want to have "Report Bug..." under Help menu. So, 
> whenever
> user clicks on it, it will open an email client for reporting bugs 
> with the
> given address. How can I do this?

Which OS?
Which GUI toolkit?
Which email client?

You might be easier to write a dialog to capture the subject and 
message
text and use the Python email module to send the mail directly.


HTH,

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 




More information about the Tutor mailing list