Email Configurations

The emails sent in this solution are:

  • email with the OTP to validate the email address
  • email with the draft contract
  • email sent to associates executed by the script FTOS_BASME_SendOfficersEmail
  • email with the contract signed.

Firstly, configure SMTP server by accessing the JobServer folder inside the FintechOS Platform installation folder, then access the mail.config file with a text editor and edit the mailSettings to fit your server, to&from email addresses, etc. For details, see the documentation here.

Then, within the endpoints named FTOS_BASME_SendMailPickUp and FTOS_BASME_SendMailOnboardingApplicationDocuments, the server function sendMail was used to send the email with the OTP code inserted by the customer in the step Contact Validation.