Email Configuration
The Send Email action from the Pipeline editor allows you to choose a user defined configuration specified on the action or a default system configuration.
The default system configuration is set up at:
C:\inetpub\wwwroot\Centro\Configuration\centroSettings.config
C:\Program Files\Actify\Centro\PipelineHostService\Configuration\centroSettings.config.
Look for the follow keys and set the appropriate values in both files.
CODE
|
Example values for Outlook email
CODE
|
NOTE: After changing this file you have to restart the IIS and CentroPipelineHost service for the changes to take effect.
Without Password
If the email action needs to be used without password then please use "false" and not "" or " “ , so it should look like this:
<add key="MailPassword" value="false"/>
Doing the mail action without password could be for instances where you are using internal Email gateway. After making the change, restart the IIS service.