Mailer and SMTP configuration #8

Closed
opened 2023-07-05 18:06:13 +00:00 by cyrildd · 2 comments

There ia a helm chart value mailer.enabled but when searching the repo, it does not seem to be used anywhere.

Furthermore, one would expect to be able to configure the mailer SMTP credentials. What's the proper way to do it using the helm chart ?

There ia a helm chart value `mailer.enabled` but when searching the repo, it does not seem to be used anywhere. Furthermore, one would expect to be able to configure the mailer SMTP credentials. What's the proper way to do it using the helm chart ?
Owner

You can pass all config directly, like shown in the readme: https://kolaente.dev/vikunja/helm-chart#quickstart

You can pass all config directly, like shown in the readme: https://kolaente.dev/vikunja/helm-chart#quickstart
Author

Thanks the following works
It was not really included in the link you gave me, and the values.yaml file did not include the mailer keys https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml
...but I could reuse the keys defined there https://vikunja.io/docs/config-options/#mailer

api:
  config:
    mailer:
      enabled: true
      host: smtp.provider.com
      port: 587
      # authtype:
      username: xxx
      password: xxx
      # fromemail:
Thanks the following works It was not really included in the link you gave me, and the values.yaml file did not include the mailer keys https://kolaente.dev/vikunja/helm-chart/src/branch/main/values.yaml ...but I could reuse the keys defined there https://vikunja.io/docs/config-options/#mailer ``` api: config: mailer: enabled: true host: smtp.provider.com port: 587 # authtype: username: xxx password: xxx # fromemail: ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/helm-chart#8
No description provided.