Luca wrote:
>
> Hi everybody, I’m trying to send an email via outlook and everything
> works fine with the following code:
>
>
>
> obj = win32com.client.Dispatch(/"Outlook.Application"/)
>
> formail inLmail:
>
> newMail = obj.CreateItem(0)
>
> ne
Hi everybody, Im trying to send an email via outlook and everything works
fine with the following code:
obj = win32com.client.Dispatch("Outlook.Application")
for mail in Lmail:
newMail = obj.CreateItem(0)
newMail.To = mail
Hi everybody, Im trying to send an email via outlook and everything works
fine with the following code:
obj = win32com.client.Dispatch("Outlook.Application")
for mail in Lmail:
newMail = obj.CreateItem(0)
newMail.To = mail
new