On Fri, Jul 8, 2011 at 3:23 PM, Steffen Frömer <
steffen.froe...@gns-systems.de> wrote:
> On 07/08/2011 10:16 PM, Tim Roberts wrote:
>
> 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
>
On 07/08/2011 10:16 PM, Tim Roberts wrote:
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?
I found this on web:
import urllib, webbrowser, wi
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 stand
Hi,
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.
Actually i do following:
app = "Outlook"
mailObj = win32com.client.gencache.EnsureDispatch("%s.Application" % app)
mail = mailObj.CreateItem(win3