<?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: More than one smtp email setup in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484764#M56543</link>
    <description>&lt;P&gt;Hi Suraj,&lt;/P&gt;
&lt;P&gt;Its pretty old thread i see, but wanted to know how did you get your issue resolved then, what setup did you do.? I have similar requirement, and the customer says all mailboxes are SMTP, however servicenow allows only one SMTP email account configured (active "true") at a time.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 01:09:34 GMT</pubDate>
    <dc:creator>Sagar Anandpara</dc:creator>
    <dc:date>2020-06-30T01:09:34Z</dc:date>
    <item>
      <title>More than one smtp email setup</title>
      <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484760#M56539</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on incident management and the requirement we have with smtp setup is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have customers who send emails to raise incident to different service centers based on location.&lt;/P&gt;&lt;P&gt;Examples for service centers are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:Florida_service@abc.com"&gt;Florida_service@abc.com&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:MD_service@abc.com"&gt;MD_service@abc.com&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:NY_service@abc.com"&gt;NY_service@abc.com&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:NJ_service@abc.com"&gt;NJ_service@abc.com&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:DC_service@abc.com"&gt;DC_service@abc.com&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way we have 30 service centers based on location and we would like to implement these on Service now in such a way that...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If an email is sent to &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:MD_service@abc.com"&gt;MD_service@abc.com&lt;/A&gt;&lt;SPAN&gt; then it should raise an incident and the incident should get assigned to MD service center.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For this I understand that we can achieve this by setting up &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:MD_service@abc.com"&gt;MD_service@abc.com&lt;/A&gt;&lt;SPAN&gt; smtp on Servicenow. However, that will work for once service center.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this for all 30 service centers or is there any way I can setup 30 smtp accounts on Servicenow?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2016 06:56:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484760#M56539</guid>
      <dc:creator>hitman</dc:creator>
      <dc:date>2016-05-02T06:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: More than one smtp email setup</title>
      <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484761#M56540</link>
      <description>&lt;P&gt;Hi Hitman,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can configure this via&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1) By having multiple inbound email actions corresponding to each "SMTP" id, on email inbound email action, you have a from field, which checks incoming email address. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2) You can have this accomodated even in single inbound email action by adding "if/else" or "switch" and case statements, but this will really require maintainability for future adoptions.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2016 07:08:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484761#M56540</guid>
      <dc:creator>Deepak Ingale1</dc:creator>
      <dc:date>2016-05-02T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: More than one smtp email setup</title>
      <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484762#M56541</link>
      <description>&lt;P&gt;Hi Hitman,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I agree with deepak, however i would use the sys_id of the email account for the smtp record and then will also check the user name to which email is being addressed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. Sys_id of smtp record.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. User Name in the email account record repersent that email address to which end user will send a email for creating the new record in the system.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;and then i will write a code for creating a new record in the incident table based on the above qualification matches and then will provide the support group name for particular email account so that whenever ticket will be created based on the smtp record and user name it will be routed to the specific support group.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Atul Kumar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 May 2016 07:26:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484762#M56541</guid>
      <dc:creator>Atul Kumar2</dc:creator>
      <dc:date>2016-05-02T07:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: More than one smtp email setup</title>
      <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484763#M56542</link>
      <description>&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have a similar requirement. How can we setup multiple smtp id's&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;For eg user will send email to &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:Servicedesk_A@service-now.com"&gt;Servicedesk_A@service-now.com&lt;/A&gt;&lt;SPAN&gt; which will create a ticket to Servicedesk A.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;email to &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:Servicedesk_B@service-now.com"&gt;Servicedesk_B@service-now.com&lt;/A&gt;&lt;SPAN&gt; will create a ticket to ServiceDesk B.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;currently users are sending emails to &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:company@service-now.com"&gt;company@service-now.com&lt;/A&gt;&lt;SPAN&gt; which creates the ticket. However I want the above setup.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;How will the emails get processed from users when they send to &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:Servicedesk_A@service-now.com"&gt;Servicedesk_A@service-now.com&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A title="k-email-small" class="jive-link-email-small" href="mailto:Servicedesk_B@service-now.com"&gt;Servicedesk_B@service-now.com&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;Note: we are on Fuji&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2016 22:31:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484763#M56542</guid>
      <dc:creator>User179407</dc:creator>
      <dc:date>2016-09-22T22:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: More than one smtp email setup</title>
      <link>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484764#M56543</link>
      <description>&lt;P&gt;Hi Suraj,&lt;/P&gt;
&lt;P&gt;Its pretty old thread i see, but wanted to know how did you get your issue resolved then, what setup did you do.? I have similar requirement, and the customer says all mailboxes are SMTP, however servicenow allows only one SMTP email account configured (active "true") at a time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 01:09:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/more-than-one-smtp-email-setup/m-p/484764#M56543</guid>
      <dc:creator>Sagar Anandpara</dc:creator>
      <dc:date>2020-06-30T01:09:34Z</dc:date>
    </item>
  </channel>
</rss>

