How To Send Email In Python Using SMTPLIB

How To Send Email In Python

In this script, we will see how to send emails in Python using the SMTPLIB library. SMTPLIB is a popular python library that is useful to send email via script. You do not have to install it, because the library …

Read more

Python Script For Login Multiple Server

Python Script For Login Multiple Unix Server

This post will see how to write a python script for login multiple Unix servers and execute a command. Additionally, the python script is going to save the output of that command in a text file. Automate Boring Stuff With …

Read more

Execute Unix Command From Windows Server

Unix Command From Windows

As a system administrator, many times situation comes when you need to execute some Unix command from windows. In most of the cases, you will download a putty, login to the Unix server, and then execute a command. Now, if …

Read more