System.Net.Mail.SmtpFailedRecipientException:邮箱在 sharepoint 2007 中不可用
我在 sharepoint 2007 中创建了一个文档库,并且已启用文档库的传入电子邮件设置。当我尝试从工作流程发送电子邮件时,出现错误...
System.Net.Mail.SmtpFailedRecipientException:邮箱不可用。服务器响应为:5.7.1 无法中继 [电子邮件受保护] 在 System.Net.Mail.SmtpClient.Send(MailMessage 消息) 在 DP.Sharepoint.Workflow.Common.SendMailWi
在发送电子邮件之前我需要设置任何内容吗?请帮我。
谢谢
I have created a document library in sharepoint 2007 and i have enabled incoming email settings to the doc library. When I am trying to send an email from workflow I am getting the error...
System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at DP.Sharepoint.Workflow.Common.SendMailWi
Do i need to setup anything before sending an email. Please help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的外发邮件服务器未设置为仅从任何地址进行中继。请与您的电子邮件服务器管理员联系,确保您能够使用您拥有的电子邮件地址发送外发邮件。
Your outgoing mail server isn't setup for relaying from just any address. Checkwith your email server adminto make sure that you are able to send outgoing messages with the email address you have.