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.