Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: MIME Email Generation

by chromatic (Archbishop)
on Dec 22, 2000 at 09:51 UTC ( [id://48023]=note: print w/replies, xml ) Need Help??


in reply to MIME Email Generation

According to the MIME-tools documentation (specifically the description), the whole bundle can create and parse even nested multipart messages.

I bet the syntax would be something like:

my $top = MIME::Entity->build({ To => 'you@there.pl' }); $top->attach(MIME::Entity->build({ Content-type => 'multipart/alternat +ive; boundary="abc123---" });
... but I don't have this installed, I haven't tried it, and my house smells like cleaning fluid.

So give it a shot and I'll refund your money if it doesn't work.

Replies are listed 'Best First'.
Re: Re: MIME Email Generation
by darkomen (Acolyte) on Dec 22, 2000 at 10:53 UTC
    I actually used a combo of the above two posts, and it worked great, thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://48023]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-09-18 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (24 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.