in reply to MIME::Lite questions
$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 |