Send an email by commandline using python script
Today, I thought to write a script for sending an email by the command line . I selected “python” as the language . Below is the script to do the same. #!/usr/bin/python # Humble Devassy humble.devassy@gmail.com # This is a simple script to send an email “”” This is the script to send an email””” …