Are you able to provide a solution so I can send emails using Google SMTP servers? To get this to work I would normally download the source and change the sendmail function to include:
smtpClient.EnableSsl = true;
One spot I have found that I require this is for Send() in Data.EmailTemplate.
I suspect the version I have is not the most recent. The file version for teaCommerce.Data is 1.0.0.1546.
Perhaps this could be a config parameter in future versions?
I found that since .NET 4 adding enableSsl="true" to your smtp Network web.config field does indeed work but I couldn't see why it wasn't working in this case. It turns out the client had done and changed the account password! All appears to be working OK now. Sorry to bother you!
Sending mail with EnableSSL
Hi TC Support.
Are you able to provide a solution so I can send emails using Google SMTP servers? To get this to work I would normally download the source and change the sendmail function to include:
smtpClient.EnableSsl = true;
One spot I have found that I require this is for Send() in Data.EmailTemplate.
I suspect the version I have is not the most recent. The file version for teaCommerce.Data is 1.0.0.1546.
Perhaps this could be a config parameter in future versions?
Cheers
Paul
Hi Paul
Yeah I see the problem with that because you can not configute to use ssl in the web.config or can you?
Kind regards
Anders
I found that since .NET 4 adding enableSsl="true" to your smtp Network web.config field does indeed work but I couldn't see why it wasn't working in this case. It turns out the client had done and changed the account password! All appears to be working OK now. Sorry to bother you!
is working on a reply...