<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to send Email notification to all the members present in original email. in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361159#M4311</link>
    <description>&lt;P&gt;Add all of them to the watchlist of the record you created. Then you can simply add the watchlist as recipients for the rejection email.&lt;/P&gt;&lt;P&gt;And if the watchlist can't be used, you could add a custom list field to capture them. That's easier than to do a lookup to the email table to find the first email that is related to the record and get the recipients from there, because that will add the need for (possibly complex) scripting.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 12:17:35 GMT</pubDate>
    <dc:creator>Mark Manders</dc:creator>
    <dc:date>2025-08-25T12:17:35Z</dc:date>
    <item>
      <title>How to send Email notification to all the members present in original email.</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361127#M4310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is when a user send an email to servicenow instance then it is creating a new record in the system based on the email subject. Now I have to send an email notification when that record is rejected to all the members who were present in that email from which the record is created. How can I get list of all the users present in original email so to forward the rejection email to them&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:05:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361127#M4310</guid>
      <dc:creator>abhaysingh98</dc:creator>
      <dc:date>2025-08-25T12:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Email notification to all the members present in original email.</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361159#M4311</link>
      <description>&lt;P&gt;Add all of them to the watchlist of the record you created. Then you can simply add the watchlist as recipients for the rejection email.&lt;/P&gt;&lt;P&gt;And if the watchlist can't be used, you could add a custom list field to capture them. That's easier than to do a lookup to the email table to find the first email that is related to the record and get the recipients from there, because that will add the need for (possibly complex) scripting.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:17:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361159#M4311</guid>
      <dc:creator>Mark Manders</dc:creator>
      <dc:date>2025-08-25T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Email notification to all the members present in original email.</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361160#M4312</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/540143"&gt;@abhaysingh98&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You need to capture and store the original email recipients (To, CC) when the record is created from an inbound email. If the recipients are internal ServiceNow users, you can add them to the &lt;STRONG&gt;watchlist&lt;/STRONG&gt; field. Otherwise, you should store their email addresses in a custom field (like&lt;FONT color="#c7254e"&gt;&amp;nbsp;u_custom_field&lt;/FONT&gt;). Later, you can use this field to send a rejection email notification to all original recipients.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:18:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361160#M4312</guid>
      <dc:creator>Pritam Kumar1</dc:creator>
      <dc:date>2025-08-25T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to send Email notification to all the members present in original email.</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361175#M4314</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/540143"&gt;@abhaysingh98&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the members who are present in that email are users in ServiceNow instance?&lt;/P&gt;
&lt;P&gt;If yes then you can use list type field on your table pointing to &lt;STRONG&gt;sys_user&lt;/STRONG&gt; which holds multiple users and non ServiceNow users as well.&lt;/P&gt;
&lt;P&gt;What table is that?&lt;/P&gt;
&lt;P&gt;After you create that field then you need to update your inbound action to update this list type of field.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:32:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-send-email-notification-to-all-the-members-present-in/m-p/3361175#M4314</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-08-25T12:32:55Z</dc:date>
    </item>
  </channel>
</rss>

