Question on multiple email configuration in arcotafm.properties file
search cancel

Question on multiple email configuration in arcotafm.properties file

book

Article ID: 258681

calendar_today

Updated On:

Products

CA Strong Authentication CA Advanced Authentication CA Advanced Authentication - Risk Authentication (RiskMinder / RiskFort) CA Advanced Authentication - Strong Authentication (AuthMinder / WebFort)

Issue/Introduction

Can we have multiple email.from.address configured within CA Advanced Authentication arcotAFM flow? Right now we have below configuration, but we want to configure two different email.from.address, one for each application integration. 

email.service.impl=com.arcot.integrations.frontend.BasicSMTPEmailService
#[email protected]
[email protected]
email.from.name=Authentication Flow Manager

Environment

Release : 9.1

CA Strong Authentication

CA Risk Authentication

Arcot AFM Application

Resolution

E-mail Service configuration is a Global setting in arcotafm.properties file and it is not configured at the Profile level. Currently only one E-mail service can be configured. If there are multiple applications which require different email.from.address, it is recommended to use a separate arcotAFM for those applications.

# --------------------------------------------------------------------------
#            E-mail Service Gateway Configuration
# --------------------------------------------------------------------------
#
# --------------------------------------------------------------------------
#  email.service.impl is the implementation class for the e-mail service provider.
#  This class should implement the com.arcot.integrations.frontend.EmailService
#  interface. This is a mandatory setting if notification is required.
#  There is inbuilt support for Basic SMTP and AMDS
#  SMTP E-mail - com.arcot.integrations.frontend.BasicSMTPEmailService
#  AMDS E-mail - com.arcot.integrations.frontend.AmdsEmailService
# --------------------------------------------------------------------------

email.service.impl=com.arcot.integrations.frontend.BasicSMTPEmailService
[email protected]
email.from.name=Authentication Flow Manager