Published on 12/12/2016 6:57 am
Sending Email in bulk using Python

python1.jpg


Sending Email to a list of receivers using python can done by using the given code. Here I am using Gmail SMTP service for this purpose (Create a separate account for this, cause it might be dangerous to use your primary email address as the Gmail might suspend you account in case of spamming).

There are 3 things required such as :

  • Message written in text file. (sampleMessage.txt)
  • List of receivers in csv file. (listReceivers.csv)
  • Edit your Gmail account security to allow access for less secure apps by using the below link.

Read more about Sending Email in bulk using Python visit FindNerd.

0 Comments
Please login to post your comment..