Feature #18609

Updated by David Wong 12 months ago

GIT Repo: http://172.16.25.66/gitlab/mleb-solution-domain/smesd100/mleb-am.git

Microservice: bd_am

Reference UI:
Login into: https://dev.silverlakemobility.com/demo/cc_iam/loginModule/login.htm (sysuser/abc123)
And then go to Sub System > Alert Messaging > Email Parameter Settings

+Special mention+
- Password and Confirm Password data requires Base64 encode in the Request JSON
- Backend requires to store the password as it receive from the Request JSON, meaning don't do any deception or decode


Package name = com.silverlake.ifb.am.emailConfig

Bean prefix = emailConfig
Service prefix = emailConfig
DAO prefix = emailConfig
WS prefix = emailConfig

Back