loading eml files for sending out messages

S

Sara

Hi,
I would like to know if there is any module which has the option to
load eml files directly instead of creating a multipart mime message
using MIME::Lite or Mail::Sender.
I am able to successfully create and send out a multipart message
# code snippet
my $msg = MIME::Lite->new(
From => '(e-mail address removed)',
To => '(e-mail address removed)',
Cc => '(e-mail address removed), (e-mail address removed)',
Subject => 'A message with 2 parts...',
Type =>'multipart/mixed'
);
I am also able to add attachments without any problems.

But so far I am unable to locate a module in CPAN which will directly
use an existing eml message and allow me to manipulate parts of it,
like modify the Cc, subject, add more attachments.

Any help would be of great use.
Thanks in advance,
Sara.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top