Hi,
Mail::Sender is deprecated and I have to migrate some old code to a new server.
Can someone suggest an alternative that supports high priority emails?
In the old code all that was required was a priority => 2, option adding to the Open function.
I've googled around and can send some emails using other modules but can't set priority. To be honest emailing from Perl seems far more messy these days than it was 10 years ago. I've been using Email::Stuffer can get work out how to set email priority with it and I don't really like method chaining code.