my $msg = MIME::Lite->new( From => 'someaddr@here.com', To => join(',', @$addrs), Subject => 'Subject Text', Type => 'TEXT', Data => $$Lusertxt, );