C# SMTP email sending code fails for Yahoo Mail but works fine for other servers, can anyone help?

后端 未结 5 2122
孤城傲影
孤城傲影 2020-12-16 23:26

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         


        
5条回答
提交回复
热议问题