Dale Strickland-Clark <[EMAIL PROTECTED]> wrote:
>
>The email module's mimetext handling isn't what you might expect from
>something that appears to behave like a dictionary.
>...
>Having apparently REPLACED my recipient, what I've ended up with is both of
>them.

This behavior is documented in Message.Message, from which MIMEText
eventually inherits.  If you want to start over, delete the item:

  del Msg["To"]

I would have to say that the existing behavior is more intuitive for an
email object.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to