<?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 Email</title><link>https://community.appian.com/discussions/f/general/20551/send-email</link><description>I need to send mail from say &amp;#39;AKS-DoNotReply@HSBC.com&amp;#39;... but when am trying to send its saying &amp;quot;No valid recipients resolved&amp;quot;. but from other mail id am able to send .. 
 My doubt is AKS-DoNotReply@HSBCcom mail id needs to be created which Appian guy</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80180?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 18:01:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:56b0df9c-e159-4bc0-9853-91c187b8401b</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;Have one more doubt related to this. User Needs to enter the data and complete row data needs to be sent.&amp;nbsp; Have created a template and its working fine, If&amp;nbsp; user is entering the&amp;nbsp;value for salary field&amp;nbsp;&amp;nbsp;for first row. But when user is &lt;span&gt;entering the&amp;nbsp;&lt;/span&gt;&lt;span&gt;value for salary field in&lt;/span&gt; second or later row then am getting the mail with Salary field empty. Though Data is getting saved in database&amp;nbsp;if&amp;nbsp;user is&amp;nbsp;entering the Salary in second or later row.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/sa.PNG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80179?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 17:48:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:57687ac6-a2f9-42fd-8e3e-aec6b8878e93</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;Its working Mike have forgot to use &lt;span&gt;toemailaddress() function in To field&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80178?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 17:34:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d2ce4dfc-e5e7-45ea-b43e-577c6748fab8</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Please share a screenshot of your current recipient configuration within the Send Email node, as well as a screenshot of the data you have in your running instance (so we can verify what the expected output would be)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80176?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 17:23:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:96f78c37-3035-4e86-8daf-c5de8582a48e</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;But when am using in my Process Model am getting Error &amp;quot;&lt;span&gt;No valid recipients resolved&amp;quot;. If you can hep out&amp;nbsp;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/aaa.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80175?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 17:02:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dc83b717-9a1f-4914-8de4-1ccf6b0527c3</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;Thanks a lot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80174?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 16:58:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1a1d02c1-2dfc-4016-a728-5971df025c35</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Assuming you would always have just &amp;quot;primary email&amp;quot; and &amp;quot;secondary email&amp;quot;, you would define an expression rule that accepts both as rule inputs and spits out the result already wrapped in &amp;quot;toEmailAddress()&amp;quot;, i.e.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;{
  if(
    isnull(ri!primaryEmail),
    {},
    toemailaddress(ri!primaryEmail)
  ),
  if(
    isnull(ri!secondaryEmail),
    {},
    toemailaddress(ri!secondaryEmail)
  )
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1615395484556v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1615395515028v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80173?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 16:39:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb820e19-cc65-481b-a7a5-7e04d3efc301</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;Can you please help me with&amp;nbsp; code &amp;quot; that&amp;nbsp;&lt;span&gt;blank entry is excluded from the array that&amp;#39;s returned by the expression logic.&lt;/span&gt;&amp;quot; Thanks..&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80172?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 16:22:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ca2e4482-8bde-4c48-a2a2-a21cb8eceff5</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;if both are blank you&amp;#39;ll need to skip the node (so if this is ever a possibility it&amp;#39;s probably worth checking beforehand);&amp;nbsp; otherwise if one or the other will always be populated but one might be blank, you will just need to ensure that the blank entry is excluded from the array that&amp;#39;s returned by your expression logic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80163?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 12:26:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e06ed3d-f7bd-4020-a66d-baa4e0a7af21</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;I need to send mail to 2 people .. Lets say&amp;nbsp;&lt;span&gt;&amp;nbsp;.primaryEmail ,&amp;nbsp; SecondaryEmail.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What logic should i use if incase any 1 is blank.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80126?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 15:11:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d95d08ea-051e-4803-9e3d-3a2648b80687</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;This looks fine, assuming that pv!notes.primaryEmailAddress has a valid email address with no extra characters or spaces, and is either a single value or is an array where every entry is non-blank and a valid e-mail.&amp;nbsp; The error message you posted originally suggests that this is where your issue is probably located, too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80106?ContentTypeID=1</link><pubDate>Sun, 07 Mar 2021 18:12:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58406bc1-928c-4c43-9ec4-b66843691a0a</guid><dc:creator>akshayg0006</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/ea.PNG" /&gt;Here it goes&amp;nbsp;&lt;a href="/members/mikes0011"&gt;Mike Schmitt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Send Email</title><link>https://community.appian.com/thread/80104?ContentTypeID=1</link><pubDate>Sun, 07 Mar 2021 16:30:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c795717e-d8b2-4534-8f8c-a7bda43887bf</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="55816" url="~/discussions/f/general/20551/send-email"]&amp;quot;No valid recipients resolved&amp;quot;[/quote]
&lt;p&gt;This error message has nothing to do with your configured sender.&amp;nbsp; Without any way to tell otherwise, I would have to assume that the failures you&amp;#39;re seeing are due to an invalid recipient address being passed.&amp;nbsp; Can you post a screenshot of your current configuration?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>