Email Sending¶
If you want the Reemo platform to be able to send emails to users, you can enable the messaging service included in the reemo-infra Ansible role:
API_MAIL_ACTIVE: "true"
API_MAIL_BASEURL: "https://<login portal URL for users>"
EXIM_SMARTHOST: "<SMTP server URL>::587"
EXIM_PASSWORD: "<SMTP server URL>:<SMTP user>:<SMTP login password>"