You can configure EcoSys to trigger email notifications using SCARF actions. Set each field as listed below in the FMServerSettings.properties under Email Notification Settings.
#Email server hostname.
emailServerHostName=mailserver
#Username for email account authentication.
emailUserName=emailuserId
#Password for email account authentication.
emailUserPassword=emailUserPassword
The username and password for sending email account can be encrypted as described in Encrypting Integration and Database Credentials.
The optional fields are commented out by default and are listed below:
#Email server SMTP port
#emailServerHostPort=25
#Javamail SSL factory port number
#emailSSLFactoryPort=465
#SMTP mail security
#emailSecurityType=PLAIN\SSL\TSL
#Max size of email including attachments in bytes
#emailMaxSizeBytes=10000