You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

665 B

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.

rallly:
  options:
    support-email: support@myhost.com  # is used as the sender of auth emails
    #allowed-emails: "*@example.coop, test@example2.com"

smtp-stub:
  options:
    host: smtp.myhost.com
    port: 465
    connection-security: "ssl/tls"
    auth-method: password
    user: myuser
    password: myp4ssw0rd