But thanks I found another solution solo f Change the code is custom-functions.php
$message = ‘<html><body>
<table>
<tr><td>Nombre: </td><td>’.$name.'</td></tr>
<tr><td>Email: </td><td>’.$email.'</td></tr>
<tr><td>Teléfono: </td><td>’.$phone.'</td></tr>
<tr><td>Web: </td><td>’.$website.'</td></tr>
<tr><td>Mensaje: </td><td>’.$comments.'</td></tr>
</table>
</body>
</html>’;