Download free SharePoint 2010 templates at:
http://www.microsoft.com/government/en-us/campaigns/pages/sharepoint-templates.aspx
http://www.microsoft.com/government/en-us/campaigns/pages/sharepoint-templates.aspx
StringDictionary headers = new StringDictionary();headers.add("to",strTo);headers.add("cc",strCC);headers.add("bcc",strbcc);headers.add("from",strFrom);headers.add("subject",strSubject);headers.add("content-type","text/html");string emailBody = “Hi<br><br>Sending mails using SPUtility.”;(web, headers, emailBody);Where web is SPWeb object that represents site from which you want to send mail.
<script language="javascript" src="http://code.jquery.com/jquery-1.4.2.min.js" type="text/javascript" ></script>
<script language="javascript" src="http://jquery-joshbush.googlecode.com/files/jquery.maskedinput-1.2.2.min.js" type="text/javascript" ></script>
<script language="javascript" type="text/javascript">jQuery(function($){
$("input[title='Phone']").mask("(999) 999-9999? Ext.99999");
});</script>