in reply to MIME::Lite::TT::HTML array as tmplparams
Hard to tell what the problem is that you are experiencing, but the following:
$options{INCLUDE_PATH} = '/home/alcatel/.scripts'; $options{INCLUDE_PATH} = '/home/alcatel/.scripts/sendmail';
looks surprising to me. You set a hash value then immediately replace it with a different value.
|
|---|