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.

29 lines
665 B

  1. # -*- ispell-local-dictionary: "english" -*-
  2. * Info
  3. From: https://github.com/lukevella/rallly
  4. * Usage
  5. Config info: https://support.rallly.co/self-hosting/configuration-options
  6. Requires a =smtp-server= provider to be functional, you can use
  7. =smtp-stub= charm to provide information to externally managed =SMTP=.
  8. #+begin_src yaml
  9. rallly:
  10. options:
  11. support-email: support@myhost.com # is used as the sender of auth emails
  12. #allowed-emails: "*@example.coop, test@example2.com"
  13. smtp-stub:
  14. options:
  15. host: smtp.myhost.com
  16. port: 465
  17. connection-security: "ssl/tls"
  18. auth-method: password
  19. user: myuser
  20. password: myp4ssw0rd
  21. #+end_src