sheldoncraven1 -> Email notification from the website stopped working after upgraded Exchange server? What are possibl (15.Apr.2014 3:15:44 PM)
|
Subject: Email notification from the website stopped working after upgraded Exchange server? What are possible solutions? ***************************************************************************************************************** Email notification from company’s ASP.net web sites run under IIS on computer A (Windows server 2003) stopped working after migrated/upgrade Exchange server from Computer B (Exchange 2003 on Windows Server 2003) to Computer C (Exchange 2010 on Windows Server 2012). However, run the same web site codes using Visual Studio Development Server 2005 on a local user computer (Windows 7, and user is a member of Administrator Group), email notification generated as it used to be. A piece of codes to send out email notification as below: smtp = New SmtpClient smtp.Host = "Computer C" -- used to be “Computer B” smtp.UseDefaultCredentials = True smtp.Send(mt)
|
|
|
|