【发布时间】:2013-08-15 16:46:29
【问题描述】:
我的服务一次发送超过 10 封电子邮件。
问题是它只发送一些电子邮件,而不是全部,我不断收到以下错误:
System.Net.Mail.SmtpException: El buzón de correo no está disponible. La respuesta del servidor fue: 4.3.2 try again later
en System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
en System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port)
en System.Net.Mail.SmtpClient.GetConnection()
en System.Net.Mail.SmtpClient.Send(MailMessage message)`
【问题讨论】:
标签: smtp