Gabriel Genellina wrote: <snip> > You DON'T need the password for the receiving account just to send him > an email! > And you don't even need that special Gmail library, smtplib should be > fine.
Yes you dont need a password to receive email, but to access Gmail and send an email you do. Yes you do need the Gmail library to access Gmail because the script will run on a computer that doesnt have a smtp server. Is there other way's of notifying the user? Cheers -- http://mail.python.org/mailman/listinfo/python-list