I am getting the following error ________________________________________________________________ Server Error in '/' Application. A from e-mail address must be specified in the From property or the system.net/mailSettings/smtp config section. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: A from e-mail address must be specified in the From property or the system.net/mailSettings/smtp config section. _________________________________________________________________ Where/How do I access the above file? Thanks Chandler
you'll need to specify SMTP setting in your site's web.config file. See http://dotnetslackers.com/Community...file-smtp-mail-settings-programmatically.aspx