my $msg = MIME::Lite->new( To => "$emailsite", From => "me\@host.com", Subject => "Contato >> $assunto", Type => 'text/html', Data => "$html" ); $msg->send();