I'm trying to write the send mail program using System.Net.Mail which is the latest in C# to send an email. Unfortunately this only support explicit(TLS/SSL) and not implicit(SSL), the predicated library System.Web.Mail on the other hand supports implicit SSL.
After Googling and searching on StackOverflow, I came across a very useful answer HERE
So now I'm able to send my test email to yahoo and gmail using their smtp server below. However, i can't confirm if Yahoo uses implicit SSL and Gmail uses explicit, please help:
Yahoo: smtp server: smtp.mail.yahoo.com port: 465
Gmail: smtp server: smtp.gmail.com port 465 or 587