Project DescriptionThis is an Umbraco Module for making contact. It can be placed anywhere in your template or content of the rich editor as a Umbraco Macro.
There are two choices for you to get the contact information sent from the module.
1. Email
You can configure the smtp in the web.config as following to let the Contact Module send email to you.
<appSettings>
<!--set the Contact us,the mail to address-->
<add key="mailto" value="******@qq.com"/>
</appSettings>
<system.net>
<mailSettings>
<smtp from="******@163.com" deliveryMethod="Network">
<network host="smtp.163.com" userName="******@163.com" password="**********" port="25" defaultCredentials="false"/>
</smtp>
</mailSettings>
</system.net>
2. Content
You can create a content node in the content tree. Then any contact information goes under the node.

It depends on following third-party libraries.
- jquery-1.7.2.min.js
- jquery.validate.js

the display pictures
Supported by
Umbraco Development Team of
Nova Software