Codice PHP:
<?php

$file 
'http://www.sito.it/index.html';

$html file_get_contents($file);

mail($mail_destinatario"Pagina HTML"$html"From: [email]noreply@mail.it[/email]");

?>