Usually that can be accomplished by just placing the hyperlink of the e-mail account in your code. If the user is using windows it will pop up an e-mail window with the e-mail address that they just clicked in the address bar. So where ever you wanted to place the code you could put something similar like this:
Code:
<a href="mailto:youremailaddress@mail.com">youremailadress@mail.com</a>
Just change the
youremailaddress@mail.com with your email address.