<?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/"><channel><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email</link><pubDate>Wed, 01 Nov 2023 15:58:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e846e1ca-afd3-466a-b4f7-9a13b2b69d7b</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3270/integrating-using-email#comments</comments><description>Current Revision posted to Article by matt.cosenza on 11/1/2023 3:58:15 PM&lt;br /&gt;
&lt;div&gt;
&lt;h2 id="how_can_i_use_email_to_connect_appian_with_external_systems?"&gt;How can I use email to connect Appian with external systems?&lt;/h2&gt;
&lt;h3 id="inbound"&gt;Inbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;Start processes via email&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process Model ID/UUID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#receiving-an-email-message"&gt;Send emails to active processes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process ID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/mail-poller"&gt;Read emails using IMAP with the plug-in Mail Poller&lt;/a&gt;&amp;nbsp;(Single Mailbox Only)&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/msgraph-email-poller"&gt;Read emails from MS Exchange using the MSGraph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="outbound"&gt;Outbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html"&gt;Send E-Mail Smart Service&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Custom_Email_Senders.html"&gt;Configuring Custom Email Senders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html#Exceptions"&gt;Error Handling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="email_volume_and_size_considerations"&gt;Email Volume and Size Considerations&lt;/h2&gt;
&lt;p&gt;There isn&amp;rsquo;t a strict limitation to the volume of emails or their size imposed by the Appian platform separate from those in the underlying hardware or software. Your Appian instance&amp;rsquo;s ability to handle emails will vary greatly depending on individual use cases. It&amp;rsquo;s important to assess the specific use and role of emails on each of your applications to properly account for the necessary hardware and design configurations to ensure the proper functioning of your instance.&lt;/p&gt;
&lt;p&gt;To gauge the load emails put on your instance, consider that the bulk of it lies on the processes and events it triggers. Thus, when sizing your instance to account for email load, focus on the amount of processes that will be started or interacted with via emails.&lt;/p&gt;
&lt;p&gt;Besides following general &lt;a href="/success"&gt;Appian Best Practices&lt;/a&gt;, you should keep in mind these guidelines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plan and execute appropriate performance tests with appropriate data size (e.g. text size in body, number and size of attachments) and volume (i.e. number of emails per period of time) representative of production levels.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Cloud Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;You should inform the Cloud team of any performance problems with processing emails before promoting to production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Consider the disk utilization impact of attachments received via emails. All attachments, by default, are uploaded to a user-specified folder within &lt;a href="https://docs.appian.com/suite/help/latest/Document_Management.html"&gt;Document Management&lt;/a&gt;. You may need to implement a process to routinely cleanup old/unnecessary attachments or discard them right away when initially processing the emails.&lt;/li&gt;
&lt;li&gt;Keep email body size as small as possible to avoid storing large unique strings in process variables as this can negatively impact execution engine memory utilization.&lt;/li&gt;
&lt;li&gt;Make email body content parsing as efficient as possible:
&lt;ul&gt;
&lt;li&gt;Use few nodes and loops.&lt;/li&gt;
&lt;li&gt;Update process variables holding the email body sparsely.&lt;/li&gt;
&lt;li&gt;Creating specialized &lt;a href="https://docs.appian.com/suite/help/latest/Custom_Function_Plug-ins.html"&gt;custom functions&lt;/a&gt; is an acceptable alternative to overly complex process models built mainly for content parsing purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Self-managed Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Check with your IT department to ensure the network and email server infrastructure can accommodate the email load that&amp;rsquo;s expected by your instance.&lt;/li&gt;
&lt;li&gt;Follow the &lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html"&gt;Mail Server Setup&lt;/a&gt; instructions closely, paying particular attention to set passwords in the passwords.properties file. This will ensure passwords get encrypted and stored within Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integrations&lt;/div&gt;
</description></item><item><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email/revision/4</link><pubDate>Wed, 01 Nov 2023 15:58:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e846e1ca-afd3-466a-b4f7-9a13b2b69d7b</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3270/integrating-using-email#comments</comments><description>Revision 4 posted to Article by matt.cosenza on 11/1/2023 3:58:09 PM&lt;br /&gt;
&lt;div&gt;
&lt;h2 id="how_can_i_use_email_to_connect_appian_with_external_systems?"&gt;How can I use email to connect Appian with external systems?&lt;/h2&gt;
&lt;h3 id="inbound"&gt;Inbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;Start processes via email&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process Model ID/UUID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#receiving-an-email-message"&gt;Send emails to active processes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process ID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/mail-poller"&gt;Read emails using IMAP with the plug-in Mail Poller&lt;/a&gt;&amp;nbsp;(Single Mailbox Only)&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/msgraph-email-poller"&gt;Read emails from MS Exchange using the MSGraph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="outbound"&gt;Outbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html"&gt;Send E-Mail Smart Service&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Custom_Email_Senders.html"&gt;Configuring Custom Email Senders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html#Exceptions"&gt;Error Handling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="email_volume_and_size_considerations"&gt;Email Volume and Size Considerations&lt;/h2&gt;
&lt;p&gt;There isn&amp;rsquo;t a strict limitation to the volume of emails or their size imposed by the Appian platform separate from those in the underlying hardware or software. Your Appian instance&amp;rsquo;s ability to handle emails will vary greatly depending on individual use cases. It&amp;rsquo;s important to assess the specific use and role of emails on each of your applications to properly account for the necessary hardware and design configurations to ensure the proper functioning of your instance.&lt;/p&gt;
&lt;p&gt;To gauge the load emails put on your instance, consider that the bulk of it lies on the processes and events it triggers. Thus, when sizing your instance to account for email load, focus on the amount of processes that will be started or interacted with via emails.&lt;/p&gt;
&lt;p&gt;Besides following general &lt;a href="/success"&gt;Appian Best Practices&lt;/a&gt;, you should keep in mind these guidelines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plan and execute appropriate performance tests with appropriate data size (e.g. text size in body, number and size of attachments) and volume (i.e. number of emails per period of time) representative of production levels.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Cloud Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;You should inform the Cloud team of any performance problems with processing emails before promoting to production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Consider the disk utilization impact of attachments received via emails. All attachments, by default, are uploaded to a user-specified folder within &lt;a href="https://docs.appian.com/suite/help/latest/Document_Management.html"&gt;Document Management&lt;/a&gt;. You may need to implement a process to routinely cleanup old/unnecessary attachments or discard them right away when initially processing the emails.&lt;/li&gt;
&lt;li&gt;Keep email body size as small as possible to avoid storing large unique strings in process variables as this can negatively impact execution engine memory utilization.&lt;/li&gt;
&lt;li&gt;Make email body content parsing as efficient as possible:
&lt;ul&gt;
&lt;li&gt;Use few nodes and loops.&lt;/li&gt;
&lt;li&gt;Update process variables holding the email body sparsely.&lt;/li&gt;
&lt;li&gt;Creating specialized &lt;a href="https://docs.appian.com/suite/help/latest/Custom_Function_Plug-ins.html"&gt;custom functions&lt;/a&gt; is an acceptable alternative to overly complex process models built mainly for content parsing purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Self-managed Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Check with your IT department to ensure the network and email server infrastructure can accommodate the email load that&amp;rsquo;s expected by your instance.&lt;/li&gt;
&lt;li&gt;Follow the &lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html"&gt;Mail Server Setup&lt;/a&gt; instructions closely, paying particular attention to set passwords in the passwords.properties file. This will ensure passwords get encrypted and stored within Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email/revision/3</link><pubDate>Wed, 18 Oct 2023 16:16:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e846e1ca-afd3-466a-b4f7-9a13b2b69d7b</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/article/3270/integrating-using-email#comments</comments><description>Revision 3 posted to Article by matt.cosenza on 10/18/2023 4:16:47 PM&lt;br /&gt;
&lt;div&gt;
&lt;h2 id="how_can_i_use_email_to_connect_appian_with_external_systems?"&gt;How can I use email to connect Appian with external systems?&lt;/h2&gt;
&lt;h3 id="inbound"&gt;Inbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;Start processes via email&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process Model ID/UUID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#receiving-an-email-message"&gt;Send emails to active processes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process ID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/mail-poller"&gt;Read emails using IMAP with the plug-in Mail Poller&lt;/a&gt;&amp;nbsp;(Single Mailbox Only)&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/msgraph-email-poller"&gt;Read emails from MS Exchange using the MSGraph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="outbound"&gt;Outbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html"&gt;Send E-Mail Smart Service&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Custom_Email_Senders.html"&gt;Configuring Custom Email Senders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html#Exceptions"&gt;Error Handling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="email_volume_and_size_considerations"&gt;Email Volume and Size Considerations&lt;/h2&gt;
&lt;p&gt;There isn&amp;rsquo;t a strict limitation to the volume of emails or their size imposed by the Appian platform separate from those in the underlying hardware or software. Your Appian instance&amp;rsquo;s ability to handle emails will vary greatly depending on individual use cases. It&amp;rsquo;s important to assess the specific use and role of emails on each of your applications to properly account for the necessary hardware and design configurations to ensure the proper functioning of your instance.&lt;/p&gt;
&lt;p&gt;To gauge the load emails put on your instance, consider that the bulk of it lies on the processes and events it triggers. Thus, when sizing your instance to account for email load, focus on the amount of processes that will be started or interacted with via emails.&lt;/p&gt;
&lt;p&gt;Besides following general &lt;a href="/w/success"&gt;Appian Best Practices&lt;/a&gt;, you should keep in mind these guidelines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plan and execute appropriate performance tests with appropriate data size (e.g. text size in body, number and size of attachments) and volume (i.e. number of emails per period of time) representative of production levels.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Cloud Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;You should inform the Cloud team of any performance problems with processing emails before promoting to production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Consider the disk utilization impact of attachments received via emails. All attachments, by default, are uploaded to a user-specified folder within &lt;a href="https://docs.appian.com/suite/help/latest/Document_Management.html"&gt;Document Management&lt;/a&gt;. You may need to implement a process to routinely cleanup old/unnecessary attachments or discard them right away when initially processing the emails.&lt;/li&gt;
&lt;li&gt;Keep email body size as small as possible to avoid storing large unique strings in process variables as this can negatively impact execution engine memory utilization.&lt;/li&gt;
&lt;li&gt;Make email body content parsing as efficient as possible:
&lt;ul&gt;
&lt;li&gt;Use few nodes and loops.&lt;/li&gt;
&lt;li&gt;Update process variables holding the email body sparsely.&lt;/li&gt;
&lt;li&gt;Creating specialized &lt;a href="https://docs.appian.com/suite/help/latest/Custom_Function_Plug-ins.html"&gt;custom functions&lt;/a&gt; is an acceptable alternative to overly complex process models built mainly for content parsing purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Self-managed Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Check with your IT department to ensure the network and email server infrastructure can accommodate the email load that&amp;rsquo;s expected by your instance.&lt;/li&gt;
&lt;li&gt;Follow the &lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html"&gt;Mail Server Setup&lt;/a&gt; instructions closely, paying particular attention to set passwords in the passwords.properties file. This will ensure passwords get encrypted and stored within Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email/revision/2</link><pubDate>Wed, 06 Sep 2023 14:10:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e846e1ca-afd3-466a-b4f7-9a13b2b69d7b</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3270/integrating-using-email#comments</comments><description>Revision 2 posted to Article by joel.larin on 9/6/2023 2:10:27 PM&lt;br /&gt;
&lt;div&gt;
&lt;h2 id="how-can-i-use-email-to-connect-appian-with-external-systems"&gt;How can I use email to connect Appian with external systems?&lt;/h2&gt;
&lt;h3 id="inbound"&gt;Inbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;Start processes via email&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process Model ID/UUID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#receiving-an-email-message"&gt;Send emails to active processes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process ID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/mail-poller"&gt;Read emails using IMAP with the plug-in Mail Poller&lt;/a&gt;&amp;nbsp;(Single Mailbox Only)&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/msgraph-email-poller"&gt;Read emails from MS Exchange using the MSGraph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="outbound"&gt;Outbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html"&gt;Send E-Mail Smart Service&lt;/a&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Custom_Email_Senders.html"&gt;Configuring Custom Email Senders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html#Exceptions"&gt;Error Handling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="email-volume-and-size-considerations"&gt;Email Volume and Size Considerations&lt;/h2&gt;
&lt;p&gt;There isn&amp;rsquo;t a strict limitation to the volume of emails or their size imposed by the Appian platform separate from those in the underlying hardware or software. Your Appian instance&amp;rsquo;s ability to handle emails will vary greatly depending on individual use cases. It&amp;rsquo;s important to assess the specific use and role of emails on each of your applications to properly account for the necessary hardware and design configurations to ensure the proper functioning of your instance.&lt;/p&gt;
&lt;p&gt;To gauge the load emails put on your instance, consider that the bulk of it lies on the processes and events it triggers. Thus, when sizing your instance to account for email load, focus on the amount of processes that will be started or interacted with via emails.&lt;/p&gt;
&lt;p&gt;Besides following general &lt;a href="/w/the-appian-playbook"&gt;Appian Best Practices&lt;/a&gt;, you should keep in mind these guidelines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plan and execute appropriate performance tests with appropriate data size (e.g. text size in body, number and size of attachments) and volume (i.e. number of emails per period of time) representative of production levels.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Cloud Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;You should inform the Cloud team of any performance problems with processing emails before promoting to production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Consider the disk utilization impact of attachments received via emails. All attachments, by default, are uploaded to a user-specified folder within &lt;a href="https://docs.appian.com/suite/help/latest/Document_Management.html"&gt;Document Management&lt;/a&gt;. You may need to implement a process to routinely cleanup old/unnecessary attachments or discard them right away when initially processing the emails.&lt;/li&gt;
&lt;li&gt;Keep email body size as small as possible to avoid storing large unique strings in process variables as this can negatively impact execution engine memory utilization.&lt;/li&gt;
&lt;li&gt;Make email body content parsing as efficient as possible:
&lt;ul&gt;
&lt;li&gt;Use few nodes and loops.&lt;/li&gt;
&lt;li&gt;Update process variables holding the email body sparsely.&lt;/li&gt;
&lt;li&gt;Creating specialized &lt;a href="https://docs.appian.com/suite/help/latest/Custom_Function_Plug-ins.html"&gt;custom functions&lt;/a&gt; is an acceptable alternative to overly complex process models built mainly for content parsing purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Self-managed Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Check with your IT department to ensure the network and email server infrastructure can accommodate the email load that&amp;rsquo;s expected by your instance.&lt;/li&gt;
&lt;li&gt;Follow the &lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html"&gt;Mail Server Setup&lt;/a&gt; instructions closely, paying particular attention to set passwords in the passwords.properties file. This will ensure passwords get encrypted and stored within Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Integrating using Email</title><link>https://community.appian.com/success/w/article/3270/integrating-using-email/revision/1</link><pubDate>Wed, 06 Sep 2023 13:45:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e846e1ca-afd3-466a-b4f7-9a13b2b69d7b</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/article/3270/integrating-using-email#comments</comments><description>Revision 1 posted to Article by joel.larin on 9/6/2023 1:45:46 PM&lt;br /&gt;
&lt;h2 id="how-can-i-use-email-to-connect-appian-with-external-systems"&gt;How can I use email to connect Appian with external systems?&lt;/h2&gt;
&lt;h3 id="inbound"&gt;Inbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#starting-a-process-using-an-email"&gt;Start processes via email&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process Model ID/UUID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Sending_an_Email_Message_to_a_Process.html#receiving-an-email-message"&gt;Send emails to active processes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#routing-email-messages"&gt;Using Process ID or Event ID&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html#adding-a-routing-alias-to-custom.properties"&gt;Using a dedicated mailbox and a routing alias&lt;/a&gt; (Self-managed Only)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/mail-poller"&gt;Read emails using IMAP with the plug-in Mail Poller&lt;/a&gt;&amp;nbsp;(Single Mailbox Only)&lt;/li&gt;
&lt;li&gt;&lt;a href="/b/appmarket/posts/msgraph-email-poller"&gt;Read emails from MS Exchange using the MSGraph API&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="outbound"&gt;Outbound&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html"&gt;Send E-Mail Smart Service&lt;/a&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Custom_Email_Senders.html"&gt;Configuring Custom Email Senders&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Send_Email_Smart_Service.html#Exceptions"&gt;Error Handling&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="email-volume-and-size-considerations"&gt;Email Volume and Size Considerations&lt;/h2&gt;
&lt;p&gt;There isn&amp;rsquo;t a strict limitation to the volume of emails or their size imposed by the Appian platform separate from those in the underlying hardware or software. Your Appian instance&amp;rsquo;s ability to handle emails will vary greatly depending on individual use cases. It&amp;rsquo;s important to assess the specific use and role of emails on each of your applications to properly account for the necessary hardware and design configurations to ensure the proper functioning of your instance.&lt;/p&gt;
&lt;p&gt;To gauge the load emails put on your instance, consider that the bulk of it lies on the processes and events it triggers. Thus, when sizing your instance to account for email load, focus on the amount of processes that will be started or interacted with via emails.&lt;/p&gt;
&lt;p&gt;Besides following general &lt;a href="/w/the-appian-playbook"&gt;Appian Best Practices&lt;/a&gt;, you should keep in mind these guidelines:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Plan and execute appropriate performance tests with appropriate data size (e.g. text size in body, number and size of attachments) and volume (i.e. number of emails per period of time) representative of production levels.
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Cloud Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;You should inform the Cloud team of any performance problems with processing emails before promoting to production environments.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Consider the disk utilization impact of attachments received via emails. All attachments, by default, are uploaded to a user-specified folder within &lt;a href="https://docs.appian.com/suite/help/latest/Document_Management.html"&gt;Document Management&lt;/a&gt;. You may need to implement a process to routinely cleanup old/unnecessary attachments or discard them right away when initially processing the emails.&lt;/li&gt;
&lt;li&gt;Keep email body size as small as possible to avoid storing large unique strings in process variables as this can negatively impact execution engine memory utilization.&lt;/li&gt;
&lt;li&gt;Make email body content parsing as efficient as possible:
&lt;ul&gt;
&lt;li&gt;Use few nodes and loops.&lt;/li&gt;
&lt;li&gt;Update process variables holding the email body sparsely.&lt;/li&gt;
&lt;li&gt;Creating specialized &lt;a href="https://docs.appian.com/suite/help/latest/Custom_Function_Plug-ins.html"&gt;custom functions&lt;/a&gt; is an acceptable alternative to overly complex process models built mainly for content parsing purposes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Self-managed Customers Only&lt;/em&gt;
&lt;ul&gt;
&lt;li&gt;Check with your IT department to ensure the network and email server infrastructure can accommodate the email load that&amp;rsquo;s expected by your instance.&lt;/li&gt;
&lt;li&gt;Follow the &lt;a href="https://docs.appian.com/suite/help/latest/Mail_Server_Setup.html"&gt;Mail Server Setup&lt;/a&gt; instructions closely, paying particular attention to set passwords in the passwords.properties file. This will ensure passwords get encrypted and stored within Appian.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>