Chris Angelico <ros...@gmail.com> writes:
> Contrived example:
> def send_email(from, to, subj, body, whatever, other, headers, you, like):

That should be a dictionary with the header names as indexes.  In fact
there are already some email handling modules in the stdlib that
represent headers that way.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to