Skip to main content
Skip table of contents

Email Configuration

Email 

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
<add key="MailServerAddress" value=""/>
<add key="MailServerPort" value=""/>
<add key="MailUseSSL" value="true"/>
<add key="MailUsername" value=""/>
<add key="MailPassword" value=""/>

 Example values for Outlook email

CODE
<add key="MailServerAddress" value="outlook.office365.com"/>
<add key="MailServerPort" value="587"/>
<add key="MailUseSSL" value="true"/>
<add key="MailUsername" value="myemail@actify.com"/>
<add key="MailPassword" value="mypassword"/>

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.