<?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>#Process Model #Delete Folder # Object Moved Email Have a process mod</title><link>https://community.appian.com/discussions/f/general/2377/process-model-delete-folder-object-moved-email-have-a-process-mod</link><description>#Process Model #Delete Folder # Object Moved Email Have a process model which i create documents on fly and has delete folder node based on some logic, When ever the process hits Delete Folder, we get an automatic alert email from Appian with body of</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: &lt;br /&gt;#Process Model #Delete Folder # Object Moved Email&lt;br /&gt;Have a process mod</title><link>https://community.appian.com/thread/8400?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2014 08:11:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8c3d7708-fbb4-4965-8f17-88441e503302</guid><dc:creator>rayudua</dc:creator><description>Thank you Eduardo. correcting the MAIL_SERVER_AND_PORT to localhost:8080 solved the issue&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: &lt;br /&gt;#Process Model #Delete Folder # Object Moved Email&lt;br /&gt;Have a process mod</title><link>https://community.appian.com/thread/8393?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2014 03:26:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d31f2e50-0ace-45a6-ab4e-8d26ce5455a1</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Based on what you have posted here I think everything looks good except for 4). You need to make sure these two properties look exactly as below &lt;br /&gt;&lt;br /&gt;conf.suite.MAIL_SCHEME=http&lt;br /&gt;conf.suite.MAIL_SERVER_AND_PORT=localhost:8080&lt;br /&gt;&lt;br /&gt;these settings are used to retrieve and later populate the JSP required to render the email body, since these JSPs are NOT static content and they are stored in the app server, the values above have to be exactly those in custom.properties on JBoss to guarantee JBoss uses its &amp;quot;own URL&amp;quot; to render the mail body bypassing the web server, since this is dynamic content then there&amp;#39;s no need to pass the request through the web browser. It seems that is the root cause.&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: &lt;br /&gt;#Process Model #Delete Folder # Object Moved Email&lt;br /&gt;Have a process mod</title><link>https://community.appian.com/thread/8392?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2014 02:05:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b92f3d0c-3aca-49e4-9584-513ab241f76c</guid><dc:creator>rayudua</dc:creator><description>1) yes the urls look same&lt;br /&gt;&lt;a href="https://server.com/suite/ntf/emailHtml/newTaskOthers_emailHtml.jsp?application=Process&amp;amp;ntfType=NEW_TASK_OTHERS&amp;amp;timesent=%2d7590.12505701594&amp;amp;taskId=11793&amp;amp;dateAssigned=%2d7590.12506257205&amp;amp;status=0&amp;amp;processId=466&amp;amp;priority=Normal&amp;amp;isLegacy=0&amp;amp;processName=PMW+MenuPage&amp;amp;taskName=Nic+V%3a+Pollock+Contributory&amp;amp;timesent=%2d7590.12505706224&amp;amp;lang=en_US&amp;amp;tz=GMT&amp;amp;calendarId=gregorian"&gt;server.com/.../newTaskOthers_emailHtml.jsp&lt;/a&gt;&lt;br /&gt;2) There are 70 files. guess all are .jsp files (attached list of files)&lt;br /&gt;3 ) 7.4 version&lt;br /&gt;4) yes  MAiL_SCHEME property is set to http.  &lt;br /&gt;MAIL_SERVER_AND_PORT , dont you expect to have the internal mail server and port rather than localhost:8080.  I am waiting on the server admin to verify that,&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/appian_2D00_emailFiles.txt"&gt;appian-emailFiles.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: &lt;br /&gt;#Process Model #Delete Folder # Object Moved Email&lt;br /&gt;Have a process mod</title><link>https://community.appian.com/thread/8364?ContentTypeID=1</link><pubDate>Tue, 25 Mar 2014 08:45:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:82772ca2-2a64-4cc7-959e-1c3b72a11d04</guid><dc:creator>Eduardo Fuentes</dc:creator><description>It seems there&amp;#39;s an issue with this file&lt;br /&gt;&lt;br /&gt;runtime_ear|ear|suite.ear\\web.war\&lt;br /&gt;tf\\emailHtml\\rocessModelPublishingParent_emailHtml.jsp&lt;br /&gt;&lt;br /&gt;1. Does the URL look the same in all emails you have received of this type?&lt;br /&gt;2. How many files do you have under runtime_ear|ear|suite.ear\\web.war\&lt;br /&gt;tf\\emailHtml&lt;br /&gt;3. What version of Appian is this?&lt;br /&gt;4. Can you double check these settings on your application server&amp;#39;s custom.properties and make sure they look exactly like these ones&lt;br /&gt;&lt;br /&gt;conf.suite.MAIL_SCHEME=http&lt;br /&gt;conf.suite.MAIL_SERVER_AND_PORT=localhost:8080&lt;br /&gt;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: &lt;br /&gt;#Process Model #Delete Folder # Object Moved Email&lt;br /&gt;Have a process mod</title><link>https://community.appian.com/thread/8352?ContentTypeID=1</link><pubDate>Tue, 25 Mar 2014 05:18:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19eebf67-e067-4560-945d-03f2675231b9</guid><dc:creator>Eduardo Fuentes</dc:creator><description>That doesn&amp;#39;t seem to be related to the Delete Folder smart service itself, it seems you deleted one of the email templates.&lt;br /&gt;&lt;br /&gt;What&amp;#39;s the URL you see (sanitize the server name before pasting but leave the rest) if you do a right click in the &amp;quot;may be found here&amp;quot; link -&amp;gt; Properties?&lt;br /&gt;&lt;br /&gt;If we configure the email templates are the issue I&amp;#39;ll let you know what script will restore them&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>