I’ve found out that if I comment out line 581 in classes.php, where it says:
$replaced = strip_tags( $replaced );
I manage to get the behavior I want; the email represents the HTML syntax in that field.
However, I’m sure there is a reason for this line to exist and wanted to know if there’s any other approach to this? or if it’s safe to leave it as is?
Thanks again!