Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Mail::Sender code change

by tangent (Parson)
on May 09, 2019 at 14:49 UTC ( [id://1233510]=note: print w/replies, xml ) Need Help??


in reply to Mail::Sender code change

Priority in Mail::Sender is just a header field 'X-Priority' with values from 1 to 5. So all you need is to set a header field:
# Email::Stuffer $email->header( 'X-Priority' => 1 ); # Email::Simple $email->header_set( 'X-Priority' => 1 );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 16:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found