<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>E-mail to Group Identity</title><link>https://www.aras.com/community/f/development/37264/e-mail-to-group-identity</link><description>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</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: E-mail to Group Identity</title><link>https://www.aras.com/community/thread/8194?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 16:35:44 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9eea114b-1443-4872-b88e-2fa9cc928b18</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;If I understand you correct, you want to send to a group email address? Maybe you can use an additional user for this group, not sure.&lt;/p&gt;
&lt;p&gt;In my case I often use a lot of additional Identities just for email recipients.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: E-mail to Group Identity</title><link>https://www.aras.com/community/thread/8193?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 16:27:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:29313cd5-9d3e-45bc-a69d-37d12778e0a5</guid><dc:creator>Nathan H.</dc:creator><description>&lt;p&gt;Angela,&lt;/p&gt;
&lt;p&gt;Thank you.&amp;nbsp; I think that is what I am going to have to do.&amp;nbsp; I wanted a single e-mail to go out to a group of people, so they could reply all and discuss it.&amp;nbsp; My understanding is that this way (what is normally used), will send out individual e-mails to all of the people listed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: E-mail to Group Identity</title><link>https://www.aras.com/community/thread/8189?ContentTypeID=1</link><pubDate>Wed, 06 Apr 2022 16:11:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:40d026f0-5606-4dfd-a432-e1ed6095dba3</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Nathan,&lt;/p&gt;
&lt;p&gt;as far as I know email to Identity Groups should work OOTB. Check out this standard way to send an email from Aras:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;// Get Identity that shall receive the Email&lt;br /&gt;Item sentTo = inn.newItem(&amp;quot;Identity&amp;quot;, &amp;quot;get&amp;quot;); &lt;br /&gt;sentTo.setProperty(&amp;quot;name&amp;quot;, &amp;quot;Administrators&amp;quot;); &lt;br /&gt;sentTo = sentTo.apply();&lt;/p&gt;
&lt;p&gt;// Send Email&lt;br /&gt;try &lt;br /&gt;{ &lt;br /&gt; bool result = this.email(email_msg, sentTo);&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The above one uses a standard Email Message Item. I guess there are full samples somewhere in this forum.&lt;/p&gt;
&lt;p&gt;Exception: If you use a full custom way to send emailing (cause of external mail server, etc.) you need to query the Identites by yourself...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>