#!/usr/bin/python2.7 #import smtplib testobj = smtplib.SMTP("exchange.aec.at") testobj.sendmail("david@socialnerds.org", "hallo du") testobj.quit()