Subscribe to:
Post 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...
-
Loops are an essential part of any programing language. This will help not only in reducing the rewriting of code but also helps in iterati...
-
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...
No comments:
Post a Comment