我无法向多个用户发送电子邮件。 [英] I am not able to send email to multiple users.

查看:103
本文介绍了我无法向多个用户发送电子邮件。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到错误为smtp异常



无法从传输连接中读取数据:net_io_connectionclosed。



我尝试过:



I am getting the error as smtp exception

Unable to read data from the transport connection: net_io_connectionclosed.

What I have tried:

client.Host = "smtp.bizmail.yahoo.com";
client.Port = 465;
client.EnableSsl = true;
client.DeliveryMethod = SmtpDeliveryMethod.Network;
client.UseDefaultCredentials = true;
client.Credentials = new System.Net.NetworkCredential("xxx@yahoo.com", "xxxxxxx");

推荐答案

我怀疑你的端口不正确。请尝试将其更改为587。
I suspect your Port is incorrect. Try changing it to 587 instead.


您是否可以使用共享配置向单个用户发送邮件?
Are you able to send mail to a single user, using shared configurations?


这篇关于我无法向多个用户发送电子邮件。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆