<?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 Recipients list sepeated by comma. Should be semicolon. in ServiceNow AI Platform forum</title>
    <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222443#M167388</link>
    <description>&lt;P&gt;We have a module that uses a list of recipients to send mail, but when the system is sending this, it seperates it by comma. As standard our Exchange Server does not accept comma as mail seperator - only semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I change this in the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from the mail log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Mail.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/123147iEA6F5123AE4724C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Mail.png" alt="Mail.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2017 09:00:19 GMT</pubDate>
    <dc:creator>wassini</dc:creator>
    <dc:date>2017-01-19T09:00:19Z</dc:date>
    <item>
      <title>Recipients list sepeated by comma. Should be semicolon.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222443#M167388</link>
      <description>&lt;P&gt;We have a module that uses a list of recipients to send mail, but when the system is sending this, it seperates it by comma. As standard our Exchange Server does not accept comma as mail seperator - only semicolon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I change this in the system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from the mail log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Mail.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/123147iEA6F5123AE4724C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Mail.png" alt="Mail.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:00:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222443#M167388</guid>
      <dc:creator>wassini</dc:creator>
      <dc:date>2017-01-19T09:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Recipients list sepeated by comma. Should be semicolon.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222444#M167389</link>
      <description>&lt;P&gt;You might need to change the logic of the recipients. Suppose, you are sending an email a list of recipients/users on update of an incident. So rather than defining the recipients directly in notification, call a BR on update, call an event from that BR, define a string and add recipient emails:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var x= email1+';'+email2+';'+email3;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;x=String(x);&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Send x as parameter in the called event.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:14:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222444#M167389</guid>
      <dc:creator>anurag92</dc:creator>
      <dc:date>2017-01-19T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Recipients list sepeated by comma. Should be semicolon.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222445#M167390</link>
      <description>&lt;P&gt;So the system cannot be setup to behave properly? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;My Exchange supporter says that Exchange have behaved this way since 2005&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:23:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222445#M167390</guid>
      <dc:creator>wassini</dc:creator>
      <dc:date>2017-01-19T09:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Recipients list sepeated by comma. Should be semicolon.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222446#M167391</link>
      <description>&lt;P&gt;I am pretty sure there is a catch here. Even tough the recipients are comma separated, Exchange Server converts these commas into semi-colons. You can check if there is a rule written on exchange end that is not doing this conversion, or you can contact ServiceNow HI Support (if coding is not an option).&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jan 2017 09:46:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222446#M167391</guid>
      <dc:creator>anurag92</dc:creator>
      <dc:date>2017-01-19T09:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Recipients list sepeated by comma. Should be semicolon.</title>
      <link>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222447#M167392</link>
      <description>&lt;P&gt;It seems that my basic problem is not comma/semicolon, but that ServiceNow is set to use "SMTP Relay" instead of real SMTP. This apparently prevents our Exchange server to accept mails for groups. The problem is if I change the SMTP connection from "relay" to "login", our Exchange server accepts mail groups - but not individual mails! (????????????????)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I'm working on this now!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:14:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/servicenow-ai-platform-forum/recipients-list-sepeated-by-comma-should-be-semicolon/m-p/1222447#M167392</guid>
      <dc:creator>wassini</dc:creator>
      <dc:date>2017-02-10T12:14:41Z</dc:date>
    </item>
  </channel>
</rss>

