I use the following code to create and send email through CGI perl. Images attach properly, but css files do not.
my $msg = new MIME::Lite( From => $from, To => $to_list, Subject => "My subject", Type => 'text/html',
Images are attached properly, but css files are not connected at all. Any idea what "Type" should be used to attach CSS files? Or is there another problem?
Sam
source share