Python Automation|Part 6 : Gmail Bulk Email Sending Automation|Python Web Automation|Python Selenium

preview_player
Показать описание
In this video, we are gonna be automating gmail such that we can send bulk emails, reading data from an excel file. We will be sending personalised emails to the mails mentioned in the excel file, all of this with a simple Python Automation Script. In short, we will write a cool Python script to send bulk emails. We will leverage Python Selenium for this Gmail Bulk Email Sending Automation.

References :

Subscribe | Code Band

Other videos in Code Band:

:) You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

This is very useful..thanks for your efforts..

vishnujr
Автор

The same I need to send through outlook plz can you tell me that how we send that

sriprabavathik
Автор

Is it possible to write one program to open a webpage, then write another program to perform actions on the opened window. in other words i want to perform actions on the opened webpage.

gdrreddy
Автор

Can you share the code to send mails to people whose mail ID is mentioned in csv file

kratibhat
Автор

I was trying this but when I press the next button after entering email, it says couldn't sign you in, this browser or app may not be secure. Even though I have turned off two step authentication and have given access to less secure apps in my account settings. Don't know what to do. Can anybody help, please?

faaizali
Автор

i think it is easier and quicker to use smtp library library with tls. less lines of code

georgesmith
Автор

<span data-testid="clip" data-icon="clip" class="">


How do i select this using selenium...

I tried using css selector, by class name, by xpath, by tag

dishangmehta