• E-mail to Group Identity

    Good day all. I am having a problem figuring out how to create a list of e-mail addresses based on the members of an Identity. I am trying to set up a C# Method to review an ItemType and send an e-mail when there are items that meet the criteria. I have…
  • How to disable mail completely

    For installations in disconnected areas where no Internet connection exist, we want to completely short circuit the mail sending functionality. Sure, we could configure the SMTP like so: <Mail SMTPServer="bogus"/> ... but it can produce error messages…
  • How can I use this library within aras 11 SP12?

    How can I use this library within aras 11 SP12? Hello, I am trying to send an email with a copy, to generate evidence, but I have only found that I should use this method of C # System.Net.Mail.MailMessage myEmail = new System.Net.Mail.MailMessage…
  • Send email from Lifecycle State

    Hello Experts, I am trying to set the email notification on Life cycle state of an Item. I want to send the information of the item in the email body. In the notification template i am trying to write the query string to get the information of item…