Re: Setting Message Importance using SMTP Mail

2008-07-16 Thread MRAB
On Jul 16, 4:42 pm, Whyatt <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to create a message using SMTP Mail through Python with a > message Importance of either 0 (Low) or 2 (High). > > If I do outer.Add_header('Importance', '0') it is ignored. > > If I do uter.Replace_header('Importance', '

Setting Message Importance using SMTP Mail

2008-07-16 Thread Whyatt
Hi all, I'm trying to create a message using SMTP Mail through Python with a message Importance of either 0 (Low) or 2 (High). If I do outer.Add_header('Importance', '0') it is ignored. If I do uter.Replace_header('Importance', '0') I get the error below. Traceback (most recent call last): Fil