Yes, the fix is in an earlier post:
smtpClient.EnableSsl = true
Unfortunately, you cannot set this in web.config, so you need to do this programmatically. For .NET triggered e-mail (forgotten password and so on) this won't work, so you'll need to write your own mail sending code for that.
As an alternative, find an ISP / SMTP server that doesn't require SSL.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
Beginning ASP.NET 3.5 : in C# and VB,
ASP.NET 2.0 Instant Results and
Dreamweaver MX 2004
Want to be my colleague? Then check out this post.