How to send BULK EMAIL from Outlook using Python # 2

preview_player
Показать описание
If you're interested in automating Outlook with Python, in this video, I’m going to go over another bulk mail merge method. Previously, we created and sent mail in a single step. In this video, we’re going to create and save the emails first, and then afterwards, we’ll access the drafts folder and send the messages from there. This has the benefit of allowing you to review your messages BEFORE they are sent to check for spelling, formatting, and other potential issues that may come up.

GITHUB TUTORIAL:

MICROSOFT API:

CSV FILE DOWNLOAD:
Рекомендации по теме
Комментарии
Автор

Love this series of automate Outlook so much. You show me how amazing Python is

cgpmth
Автор

I love these videos, they are really useful for me, and although I am a beginner, they are very clear and everything looks pretty simple. Thank you so much for all your effort and knowledge sharing!

ILoveMyTurtle
Автор

Amazing bro what is the limit of emails and contacts 🙏

diymaster
Автор

Great video, extremely helpful. Is there a chance you can do one on downloading attachments with a criteria in outlook using Python?
Criteria being, if the attachment is a particular file type...

shanenicholson
Автор

These videos are highly useful in my project management. Is that possible to configure these codes with outlook, like customized outlook. If we create a button in outlook with these code it would be very easy.

rajkanthaero
Автор

Hi, is it possible to receive the delivery confirmation through python?

alsotti
Автор

Hi Bro, Could you please help to make a video, how to fetch outlook data using python and search specific value in outlook with restrict method, because have huge data in my outlook folder.

SasiKumar-teir
Автор

creates draft well enough. sending returns this error:
File "<COMObject <unknown>>", line 2, in Send
pywintypes.com_error: (-2147352567, 'Ocorreu uma exceção.', (4096, 'Microsoft Outlook', "This method can't be used with an inline response mail item.", None, 0, -2147467259), None)

estanka
Автор

Traceback (most recent call last):
File "<pyshell#6>", line 1, in <module>
with open('people.csv', 'r', newline='') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'people.csv'

alexgeorgee
Автор

Hello buddy, Your videos are awesome! I tried to replicate this script, but I get always this message:
-- > for name, address in distro:
ValueError: not enough values to unpack (expected 2, got 1)
I really appreciate your help to solve this error.

cfkdvm
welcome to shbcf.ru