!!! BETA !!! # change use Mail::Internet; # into use Mail::Message::Replace::MailInternet; # in existing code, and the code should still work, but # with the Mail::Message features.
See SYNOPSIS in Mail::Message
This module is a wrapper around a Mail::Message, which simulates a Mail::Internet object. The name-space of that module is hijacked and many methods are added.
Most methods will work without any change, but you may need to have a look at your smtpsend() and send() calls.
See DESCRIPTION in Mail::Message
See Structure of a Message in Mail::Message
See The header in Mail::Message
See The body in Mail::Message
See Message object implementation in Mail::Message
See Message class implementation in Mail::Message
See Labels in Mail::Message
See Predefined labels in Mail::Message