Email service

{
    "enable": true, // {1}
    "sendEndpoint": "${DBKS:EMAIL_SERVICE_SEND}", // {2}
    "listEndpoint": "${DBKS:EMAIL_SERVICE_LIST}", // {3}
    "serviceDomain": "${DBKS:EMAIL_SERVICE_DOMAIN}" // {4}
}
  1. If email service should be displayed in app or not

  2. URL to Naviga mail service Send (sendmail.Email/Send)

  3. URL to Naviga mail service List (sendmail.Email/GetThread)

  4. URL to the mail service domain (i.e. saas-stage.infomaker.io)