Hi,
$object = MIME::Lite->new(
»» From =>'SERVER',
»» To =>"$recipient",
»» Subject =>'aktuelle AKZ-Tabelle',
»» Type =>'application/x-tar',
»» Encoding =>'base64',
»» Path =>"$attachedFile");
»»
Wie würde $object aussehen, wenn noch ein Text hinzu käme?
»» $object->print (\*MAIL);
Warum *Mail? ,)
Thx,
CK1