Python, Unix sendmail, and multiple recipients

William Park opengeometry at yahoo.ca
Tue Oct 16 15:34:26 EDT 2001


Kemp Randy-W18971 <Randy.L.Kemp at motorola.com> wrote:
> Thanks to everyone for the quick responses.  As soon as I emailed the
> question, I got two answers from the Python community in under five
> minutes.  If only the other lists I subscribe to were so prompt!

If you're already on Unix system, then it begs the question why write
Python script to something that cries out for shell, ie.
    $ for i in 'a at xxx.com' 'b at xxx.com' ...
    > do mutt $i ...
    > done

-- 
William Park, Open Geometry Consulting, <opengeometry at yahoo.ca>
8 CPU cluster, Linux (Slackware), Python, LaTeX, Vim, Mutt, Tin



More information about the Python-list mailing list