# -*- ispell-local-dictionary: "english" -*-

* Info

From: https://github.com/lukevella/rallly

* 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=.

#+begin_src yaml
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
#+end_src