Centro Help Installation Configuration Current: Email Configuration 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.configC:\Program Files\Actify\Centro\PipelineHostService\Configuration\centroSettings.config.Look for the follow keys and set the appropriate values in both files. <add key="MailServerAddress" value=""/> <add key="MailServerPort" value=""/> <add key="MailUseSSL" value="true"/> <add key="MailUsername" value=""/> <add key="MailPassword" value=""/> CODE Example values for Outlook email <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"/> CODE NOTE: After changing this file you have to restart the IIS and CentroPipelineHost service for the changes to take effect. ×