I'm just learning python so i cant really comment on the code. I know that from the interpreter i have to do this:
outbox = smtplib.SMTP('mail.myserver.com')
many isps disable relaying so you cant send from a mailserver other than theirs. You may want to try and set-up an email account using the server just to make sure you can send from the account.
Also if your server requires authorization, that may be a problem.
__________________
# chmod 111 /bin/Laden
|