Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

High importance mail in lotus notes using MIME::Lite

by SriniK (Beadle)
on Mar 25, 2011 at 11:57 UTC ( [id://895457]=perlquestion: print w/replies, xml ) Need Help??

SriniK has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I want to send high importance mail to Lotus notes. I am using Mime::lite. I have used 'X-Priority' and 'X-MSMail-Priority' but its not working. Is there any to do so
$msg = MIME::Lite->new( From => 'xxx@xxx.xxx', To => 'xxx.xxx@xxx.xxx', Subject => 'Tickets not having specific owner', 'X-Priority' => 1, 'X-MSMail-Priority' => 'High', Type => 'multipart/mixed'); $msg->attach( Type =>'text/html', Data => qq{ XXXXXX}); $msg->send();
Thanks in advance

Replies are listed 'Best First'.
Re: High importance mail in lotus notes using MIME::Lite
by Anonymous Monk on Mar 25, 2011 at 12:04 UTC
    How is it not working?

    Does X-MSMail-Priority/X-Priority get sent correctly?

    Is X-MSMail-Priority/X-Priority visible in headers in Lotusnotes?

      Yes these this sent correctly

      Copied from Mail Header

      Subject: Tickets not having specific owner
      X-Priority: 1 (High)
      X-Msmail-Priority: High

      But its not showing visually. I have checked original mail header sent from lotus mail with high importance it shows

      Importance: High

      Thanks, SriniK

        What happens when you add 'Importance' => 'High'?

    Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Node Status?
    node history
    Node Type: perlquestion [id://895457]
    Approved by chrestomanci
    help
    Chatterbox?
    and the web crawler heard nothing...

    How do I use this?Last hourOther CB clients
    Other Users?
    Others learning in the Monastery: (6)
    As of 2024-04-18 09:35 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found