开发者

System.Net.Mail.MailAddress Validation

开发者 https://www.devze.com 2023-01-04 23:16 出处:网络
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:

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消