<?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>How to find Wrong email in process model</title><link>https://community.appian.com/discussions/f/process/28411/how-to-find-wrong-email-in-process-model</link><description>How to find the wrong email address when we are fetching data from the DB? 
 (I am fetching employe&amp;#39;s Data from DB, after fetching the data I need to send the mail notification to those Employ&amp;#39;s, but &amp;quot;I don&amp;#39;t want to send the email notification whose</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111232?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:29:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bea0d1f-fdf8-4ad6-a205-780bd6a4f479</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;Yes call it inside the Script Task.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111231?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:28:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d44849ca-c01c-4c7e-ac4d-d53b1899543c</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;is this possible to use the&amp;nbsp;&lt;span&gt;validateemailaddress() in PM&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111229?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:26:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdc8c9e6-d207-4f92-bcb6-980622d01ee2</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;Thanks,&amp;nbsp;&lt;span&gt;Harshit.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111228?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:26:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6ab52641-55f8-4670-9a5b-10354d45bf5f</guid><dc:creator>sanchitg0002</dc:creator><description>&lt;p&gt;FWIW, validateemailaddress() function in &lt;a href="/b/appmarket/posts/people-functions---plug-in"&gt;People Function&lt;/a&gt;&amp;nbsp;plugin covers most of the cases. But still if you have some edge cases then you need to create your own regex to validate the email&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111226?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:22:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:49ae8b32-a3f5-4294-8714-bc6227e0938e</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can create an expression rule that accepts the email as input in the text type RI and then call that expression to rule in the script task.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another thing. This will tell you that harshitbumbgmail.com is invalid but it won&amp;#39;t tell you that if harshitbumb@gmail.com exists or not.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For that, you need an external third-party service.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111224?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:20:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:95aba650-b357-4648-87e0-3a1a295b8ac7</guid><dc:creator>Ram Ganesh</dc:creator><description>&lt;p&gt;But i Want to Use it in PM Is it possible to differentiate the unveiled mail-id from PM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to find Wrong email in process model</title><link>https://community.appian.com/thread/111222?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:16:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77af2e6f-ad7a-46c8-a100-8d754c5b9ef0</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;The format can be checked but not the authenticity of the email. You can check the email using the below regex.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>