I am using this code to send an SMTP email via the yahoo SMTP server, it is for a personal project I am writing.
using System.Net.Mail; using System.Net; Sm
I had the same problem until I set the port to 587 and disabled SSL.