Using SMTP for Client Events and "Send an Email" rule

  • 29 June 2018
  • 1 reply
  • 23 views

 

 

1) Update HostServer.exe.config
 

 

 

You will need update the C:Program Files (x86)K2 blackpearlHost ServerBinK2HostServer.exe.config file and change the "EWS" to "SMTP"

 

 

<sourceCode.smartActions.directoryCatalog>
<catalogs>
<add path="SmartActions" />
<add path="SmartActionsEWS" /> to <add path="SmartActionsSMTP" />
</catalogs>
</sourceCode.smartActions.directoryCatalog>
 

 

 

2) Add SMTP settings in Connection String

 

 

 - FIrst you will need to add the SMTP settings in C:Program Files (x86)K2 blackpearlHost ServerBin ConnectionStringEditor.exe as well by clicking the (+)

 

 

11562i3F821A7380E70F20.jpg

 

 

 - For the email address, you will add the K2Service Account. 

 

 

 ex) K2Service@denallix.com

 

 

 

 

 

- After adding the Service Account you will then need to populate the the appropriate settings on the left side when selecting the string.

 

 

11386iB065CD30C6FB9489.jpg

 


1 reply

Badge +10

Hi Michael, 


 


This is good information, however this value is not for email events in a workflow, but for Client Events and as of 4.7, Smartforms "Send an email" rules.

Reply