SMTP Configuration

To configure SMTP server that LAPIS will use to send emals do the following:

"smtp": {
    "protocol": "TLS",
    "host": "mail.example.com",
    "port": 587,
    "username": "youraccount@example.com",
    "password": "you-passwors",
    "sender": "no-reply@example.com"
  },

Restart tomcat to apply the changes:

sudo systemctl restart tomcat.service


Revision #1
Created 15 November 2024 15:32:25 by Pierre
Updated 15 November 2024 15:35:11 by Pierre