Appearance
E-Mail
Default settings
By default, CareSuite uses an internal e-mail service hosted at relay.caresuite.ch to send outgoing mail. As long as this hostname is accessible from the CareSuite server, no special configuration is required.
Custom SMTP server
To configure a custom SMTP server, add the following section to the /opt/caresuite/data/caresuite.toml
file:
toml
[mail]
host = "your.smtp.server"
port = 587
username = "smtp-username"
password = "smtp-password"
# optional, use a custom "from" address.
# from = "customer@example.com"
Run the cs.restart
command to restart your CareSuite process with the new configuration.