an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > V 3.1 does not communicate with SMTP server
Last Post 4/29/2009 9:59:41 AM By Bahram. 2 replies.
4/28/2009 11:42:13 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
V 3.1 does not communicate with SMTP server
 What are the full setting for communication between DSC and SMTP Server.
 
I am V 3 that sends messages to SMTP Server, But V3.1 Sends or Activates the Visual Studio Debugger,
 
Bahram
4/28/2009 3:27:46 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: V 3.1 does not communicate with SMTP server
Nothing related to sending email was changed in V3.1. In fact DSC is using dotnet framework SmtpClient class to send email. Check Microsoft Documents to trouble shoot your issue.
DotShoppingCart Staff
4/29/2009 9:59:41 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: V 3.1 does not communicate with SMTP server while V 3 works fine, both on the same server
I have V3 on the same server which sends messages to SMTP Server correctly. if the two softwares are the same, why one commiunicates while the other can not.
 
I opened SMTP Email icon of IIS7 and it issues error on invalid deliveryMothod attribute, So I changed it to Netwrok and then it worked (Display Settings in a form.
 
But it seems you must change this code in Web.config
 
<smtp deliveryMethod="network"
 
But this is IIS & issue, My question remains : 
 
Why my V3 works with SMTP and V3.1 works with Visual Studio Debugger, Both on the same server.
 
 
 
Bahram