in reply to Send multiple message using MIME

G'day Franklin,

Welcome to the monastery.

I'm unable to find a module called MIME. There are, however, lots of modules with MIME in their names. You need to tell us which one you're using.

A couple of suggestions:

-- Ken

Replies are listed 'Best First'.
Re^2: Send multiple message using MIME
by Franklin (Novice) on Aug 16, 2013 at 10:36 UTC
    Thanks Ken, Now am able to send multiple messages as single message.

    I am using:
    MIME::Lite: Data => join("\n" => $message1, $message2, $message3)