Files
elabore-charms/zato
2024-08-12 18:28:38 +02:00
..
2024-07-10 11:24:09 +02:00
2024-07-10 11:24:09 +02:00

Usage

Config info: https://support.rallly.co/self-hosting/configuration-options

Requires a smtp-server provider to be functional, you can use smtp-stub charm to provide information to externally managed SMTP.

n8n:
 options:
   sender-email: #the sender email (beware the conf of your SMTP server)

smtp-stub:
  options:
    host: smtp.myhost.com
    port: 465
    connection-security: "ssl/tls"
    auth-method: password #IMPORTANT: if not present login password doesnt work
    login: myuser
    password: myp4ssw0rd