I\'m using the following method to send mail from Python using SMTP. Is it the right method to use or are there gotchas I\'m missing ?
from smtplib import SM
Make sure you don't have any firewalls blocking SMTP. The first time I tried to send an email, it was blocked both by Windows Firewall and McAfee - took forever to find them both.