Project Description
This 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>
the display pictures
Supported by Umbraco Development Team of Nova Software