System.Net.Mail.MailAddress 验证
我正在使用 Lotus Notes smtp 服务器,我需要将邮件发送到 Lotus Notes 邮件组,这些邮件组不是标准邮件地址,例如:
mail.To.Add("#Team Mailing List");
我知道 smtp 能够接受这一点,但是我怎样才能使 .net 播放球,有人试过吗?
如果可能的话,我想避免使用多米诺骨牌互操作。
I am working with the lotus notes smtp server and i need to send mails to lotus notes mail groups, which are not standard mail addresses, for example:
mail.To.Add("#Team Mailing List");
I know that the smtp is able to accept this, but how can i make .net play ball, anyone tried this?
I want to avoid using the domino interop if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lotus Notes 邮件组应通过其 Internet 地址项来引用。查看 Domino 目录中的组文档。您应该在“Internet 地址”字段中看到一个标准 SMTP 地址。多米诺骨牌路由器任务将根据该地址处理向组的发送。
Lotus Notes mail groups should be referred to by their Internet Address item. Have a look in your group document within the Domino Directory. You should see a standard SMTP address in the Internet Address field. The domino router task will handle sending to the group based on that address.