<?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 use email smart service in process model? and how to configure?</title><link>https://community.appian.com/discussions/f/process/11569/how-to-use-email-smart-service-in-process-model-and-how-to-configure</link><description>How to use email smart service in process model? and how to configure?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/51001?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2017 09:31:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c3ef800d-3e7b-42b3-b9e7-98f7ba92f536</guid><dc:creator>shwetap</dc:creator><description>Hi Aswinis,&lt;br /&gt;
you can user toemailrecipient(&amp;quot;username&amp;quot;) in field.also select From field value from the dropdown values available if want more values than already available then you have to customize your smart service.for subject and message body you can use expression .there are many output variables available in the datat tab you can save their values in process variable for debugging purpose.&lt;br /&gt;
Thanks,&lt;br /&gt;
Shweta p.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50965?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 05:02:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ada7d40c-f907-42b0-8c41-32f75bc2020a</guid><dc:creator>priyankasabankar</dc:creator><description>Please check if the email server setup is there .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50948?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 17:01:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04c2bf5a-d21c-4a5e-8d9d-7994cfa4cb88</guid><dc:creator>Chanakya Volam</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/aswinis"&gt;Aswini &lt;/a&gt;&amp;nbsp;,&lt;br /&gt; &lt;br /&gt; along with other practitioners comments, If you are using local instance of appian make sure you have email server setup and connected to appian properly. for reference please follow steps in this link &lt;a href="https://docs.appian.com/suite/help/17.2/Mail_Server_Setup.html"&gt;docs.appian.com/.../Mail_Server_Setup.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;According to docs they suggested to use apache mail server but I personally used Hmailserver which is lot easy to setup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50933?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 07:22:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60ecf040-1641-4289-ab90-37f383e641d0</guid><dc:creator>anuyag</dc:creator><description>Refer the &lt;a href="https://docs.appian.com/suite/help/17.4/Send_Email_Smart_Service.html"&gt;docs.appian.com/.../Send_Email_Smart_Service.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50928?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 06:56:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ed1dc79-0467-47f8-8b64-48b96db7a08c</guid><dc:creator>aloks0189</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/aswinis"&gt;Aswini &lt;/a&gt; &amp;nbsp;I believe you need to go through the documentation to understand about this smart service in detail, however to understand it in high level, please go through the below mention points:&lt;/p&gt;
&lt;p&gt;1. It contains few inputs such as &lt;/p&gt;
&lt;p&gt; &amp;nbsp;a. From: This indicates, when an email gets trigger to recipients then what should be the source, who has sent an email, like noreply@your company name/project name. This will be configured by server admins during Appian installation, and in fact later on as well, where each drop-down internally contains an email address.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; B. To: to whom do you want to send an email, if you have list of email addresses of type text, then use a!toemailrecipient(list of emails of type text) to convert it into list of email recipients.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;c. Subject: This indicates the subject of your email, which can be either hard coded, or dynamically using either process variables, expression rules or constants&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;d. Body: content of this mail, this can be either hard coded, can be defined as process variable, expression rules, constants or using html template&lt;/p&gt;
&lt;p&gt; &amp;nbsp; e. Attachments: Allows you send list of files as an attachment to this email, it&amp;#39;s an optional parameter&lt;/p&gt;
&lt;p&gt; &amp;nbsp; f. Header: Defines header of this email using html template which we need to create and upload to Appian knowledge centre and use it using constant&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;g. Footer: Defines footer of this email using html template which we need to create and upload to Appian knowledge centre and use it using constant&lt;/p&gt;
&lt;p&gt;Hope this will give you a high level information/idea about this smart service to start with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50926?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 06:43:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:56dd4c93-eaab-454a-9918-d0eaae65090d</guid><dc:creator>Aswini </dc:creator><description>I just did setup tab like process initiator as From , some email id as To and specified some text in the message body. so is there anything to do please let me know.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use email smart service in process model? and how to configure?</title><link>https://community.appian.com/thread/50925?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 06:39:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b6e82aa3-110d-40ef-bc48-009b8a3ba41c</guid><dc:creator>priyankasabankar</dc:creator><description>just specify the receiver email , if email is coming from expression you can user toemail(). specify the body content.&lt;br /&gt;
Let me know if you are facing any specific issue.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>