Create an HTML clickable email link. When the website user clicks on the email id, it will redirect to send email page. Make an HTML email link using a tag.
HTML Email Link – html Code Example
<a href = "mailto: [email protected]"> Email Us </a>
<a href = "mailto: [email protected]"> [email protected] </a>