@Lucasdelton
If you take it as osc_contact_email() function - so email that user has entered, not one in description, then change:
<?php echo osc_contact_email(); ?>
into:
<a href="mailto:<?php echo osc_contact_email(); ?>"><?php echo osc_contact_email(); ?></a>