Subscribe to:
Comments (Atom)
Sending email using Python
Python has provided smtplib library in order to send email. import smtplib #domain name for the smtp server and port number conn = smtplib.S...
-
Web scraping means you can fetch URLs, email addresses, phone numbers, names and other text-like data from a webpage. Python provi...
-
While sending email using python, we should use two modules "smtplib" and "email". These two modules will help in creati...
-
It is very common in IT world where we have to compare to compare the two columns of excel and then present a report based on the outco...
