I had a Python script which did this. I had to enable something in the Gmail account. For maybe 3 years the script then ran like this: In May or so of this year I got a message from Google saying that authority to use emails from scripts would be tightened. “Oh dear”, I thought. Some time in June I
Tag: email-client
Python: launch default mail client on the system
I’m fairly new to Python and I’m trying to write a plugin for a text editor. I want to know if there is a way to launch default system E-Mail client from python code. Answer With pywin32: Update Ah, I misread your question and presumed you’re on Win platform. A platform independent solution would be open mailto link in a