I\'ve been trying to get my application to mail some outputted text to an email. For simplification I have isolated the script :
import smtplib import sys import
Start a simple SMTP server with Python like so:
python -m smtpd -n -c DebuggingServer localhost:1025