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
Release : 9.1
CA Strong Authentication
CA Risk Authentication
Arcot AFM Application
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