Feature summary (what you would like to be able to do and where):
The Perl Kubernetes container lacks sendmail and exim, so mail has to be sent via an external agent. The usual and easiest way of doing this is via the MIME::Lite module but this has not been provided in the perl532-tf container. So the Perl Kubernetes container lacks critical features available on the Grid.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Need to be able to send mail from Perl when the Kubernetes container (perl532-tf) is used
Suggest adding https://packages.debian.org/buster/libmime-lite-perl to the image.
Benefits (why should this be implemented?):
This will allow Perl jobs running in Kubernetes containers to notify the operator of issues via email, as is currently the case with jobs running on the grid. Not possible to migrate from the Grid until this is resolved.