my $message = MIME::Lite->new( From => 'our address', To => 'their address', Subject => $email_subject, Type => "text/html", Encoding => '7bit', Data => $email_text); $message->send;