Tryign to send mail via a python script by using the local MTA

Chris Angelico rosuav at gmail.com
Sun Sep 15 17:31:49 EDT 2013


On Mon, Sep 16, 2013 at 1:54 AM, Ferrous Cranus <nikos.gr33k at gmail.com> wrote:
> Since all looks okey why the mail never gets delivered?

This is not a Python question. If it were, I would be asking how
you're getting _anywhere_ with that code, which appears to have
IndentationErrors in it.

You're also using os.system() with interpolated content. What
_exactly_ is random_char() able to return? Is it possible for it to do
the wrong thing there?

ChrisA



More information about the Python-list mailing list