Welcome to Monday
For today's problem we'll be working on a rather practical problem. The goal is to create a quick command line script that sends yourself an e-mail. The script will take in one command line argument which is the text of the e-mail. Something like ./send_email "hello world"
Comments: