<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/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>Send E-mail smart service not sending to the second email recipient</title><link>https://community.appian.com/discussions/f/new-to-appian/35121/send-e-mail-smart-service-not-sending-to-the-second-email-recipient</link><description>In the documentation for the Send E-mail smart service, it says to put a semicolon between email recipients. 
 This is the expression I am using. 
 
 However, the first recipient receives the email, but the second one does not. What am I doing wrong here</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Send E-mail smart service not sending to the second email recipient</title><link>https://community.appian.com/thread/136124?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 14:44:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a62a321e-02f4-4996-a409-f3b7f2d14c94</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Configuring the email recipients can be a bit confusing. Directly in the dialog, Appian shows multiple addresses with a semicolon separator. But when you add more using the script editor popup, you will have to follow the normal Appian scripting syntax.&lt;/p&gt;
&lt;p&gt;And, when we are already talking about this dialog. When you enter something in the scripting popup, this is always ADDED to the list of addresses in the recipients field. To replace any existing addresses, you need to clean up the field first.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send E-mail smart service not sending to the second email recipient</title><link>https://community.appian.com/thread/136121?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 14:24:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e1480526-4d13-4f18-a265-159a04beb57b</guid><dc:creator>Chris.Gillespie</dc:creator><description>&lt;p&gt;That worked.&amp;nbsp; So much for trying to follow the documentation!!&amp;nbsp; Follow the experts!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send E-mail smart service not sending to the second email recipient</title><link>https://community.appian.com/thread/136119?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 14:18:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a86c355a-8734-413f-bc0c-fe7ff0351464</guid><dc:creator>Chris.Gillespie</dc:creator><description>&lt;p&gt;I will give that a shot.&amp;nbsp; Thanks for the quick response.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send E-mail smart service not sending to the second email recipient</title><link>https://community.appian.com/thread/136118?ContentTypeID=1</link><pubDate>Thu, 30 May 2024 14:16:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6638637-6265-4f83-8ac1-213d7673c900</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;That&amp;#39;s not a valid expression. If you want to create a list, use curly brackets and a comma as the separator.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  toemailaddress(
    pv!spkrRecord[&amp;#39;recordType!PMSO Speaker.fields.speakerEmail&amp;#39;]
  ),
  toemailaddress(
    pv!parishProfileRecord[&amp;#39;recordType!PMSO Parish Profile.fields.parishContactEmail&amp;#39;]
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>