Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: MIME::Lite questions

by KM (Priest)
on Apr 25, 2002 at 18:02 UTC ( [id://162059]=note: print w/replies, xml ) Need Help??


in reply to MIME::Lite questions

Add stuff to your param list (ones with a hyphen need to be in quotes)

$msg = MIME::Lite->new(From =>$from, 'Reply-to' =>$reply_to, 'Errors-to' => $errors_to, To =>$to, Cc =>$cc, Bcc =>$bcc, Subject =>$subject, Type =>'TEXT', Encoding =>$transfer_encoding, Data =>$body );

Cheers,
KM

Replies are listed 'Best First'.
Re^2: MIME::Lite questions
by jsegarrac (Initiate) on Mar 06, 2019 at 15:01 UTC
    It works for me! Thank you so much

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-23 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found