I want to write a python script that will automatically write these commands into the Linux terminal.
nc -C smtp.google.com 25
HELO google.com
I want to write a python script that will automatically write these commands into the Linux terminal.
nc -C smtp.google.com 25
HELO google.com