Adding an Email Link in SharePoint site page

Adding an Email Link in SharePoint site page

Add Content Editor Web Part on the page and in source editor insert the following code
<a href="mailto:abc@xyz.com">Email Us</a>
or 
open a site page in SharePoint Designer, select the location where you have to put the link and then insert above code
or 
if you want users to directly open email link on a page when they click on "Email Us / Contact Us" button then assign "OnClick" event to Contact Us button / tab with above code 
<INPUT TYPE="button" VALUE="Email Us" onClick="parent.location='mailto:abc@xyz.com'">
Leave a Comment
  • Please add 5 and 7 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Naomi  N edited Original. Comment: The article needs a bit more content

Page 1 of 1 (1 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Naomi  N edited Original. Comment: The article needs a bit more content

Page 1 of 1 (1 items)