【发布时间】:2011-05-19 18:32:42
【问题描述】:
我需要通过 SMTP 发送电子邮件,我的 SMTP 在 Linux Centos 服务器中,并且我创建了使用 VB.NET 2010 发送电子邮件的软件。
使用namespace:System.Net.Mail.SmtpClient后,我收到一个异常:
Mailbox name not allowed.
The server response was: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
提前致谢。
【问题讨论】:
标签: .net vb.net email smtp smtpclient