in reply to Re^2: MIME::Lite $message construction with variables
in thread MIME::Lite $message construction with variables
$message1 = ' part 1 of html code block '; print $message1; print "$name"; $message2 = ' part 2 of html code block '; print $message2;
|
|---|