| http://www.w3.org/ns/prov#value | - There is a comment that explains how to set up ASP.NET to send emails:System.Net.Mail reads SMTP configuration data out of the standard .NET configuration system(so for ASP.NET applications you???d configure this in your application???s web.config file).Here is an example of how to configure it:Code: Select all<system.net> <mailSettings> <smtp from=test@foo.com> <network host="smtpserver1 port=
|