You have to change the content type header in my_mail from text/plain to text/html
functions.php - Line 354; Change:
To:
functions.php - Line 354; Change:
$headers .= "Content-Type: text/plain; charset=\"{$charset}\"\n";
To:
$headers .= "Content-Type: text/html; charset=\"{$charset}\"\n";