Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to set the priority of my mail using:
However it doesn't work.$msg = new Mail::Send; $msg->set("X-Priority", 1); $msg->set("Priority", "Urgent"); $msg->set("Importance", "high");
Thanks,
Miriam.
Edit, BazB: added code tags. Removed incorrect markup.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mail::Send & Setting the priority
by skx (Parson) on Oct 16, 2003 at 15:57 UTC | |
by iburrell (Chaplain) on Oct 16, 2003 at 20:56 UTC |