Skip to content

Comments

SMTP Environment variables for deployment#25

Open
iammuho wants to merge 2 commits intoToolJet:mainfrom
iammuho:feat/enable-smtp-environment-variables-for-deployment
Open

SMTP Environment variables for deployment#25
iammuho wants to merge 2 commits intoToolJet:mainfrom
iammuho:feat/enable-smtp-environment-variables-for-deployment

Conversation

@iammuho
Copy link

@iammuho iammuho commented Dec 11, 2023

This Pull Request introduces enhancements to the ToolJet Helm chart by adding support for configurable SMTP environment variables. These changes enable users to customize their SMTP settings directly through the Helm chart values, making it more flexible and suited for various deployment scenarios.

Changes made:

  • Added Helm chart support for setting the DEFAULT_FROM_EMAIL environment variable. This allows users to specify the default sender email address for outgoing emails.
  • Included SMTP_USERNAME and SMTP_PASSWORD environment variables, enabling the configuration of authentication credentials for the SMTP server.
  • Added SMTP_DOMAIN and SMTP_PORT environment variables to define the domain and port of the SMTP server, respectively.

These additions provide users with the flexibility to configure their SMTP settings according to their specific needs, enhancing the usability of the ToolJet application in different environments. This PR ensures that these settings are optional and can be defined as needed by the user.

Reference: https://docs.tooljet.com/docs/setup/env-vars/#smtp-configuration--optional-

Looking forward to your feedback and suggestions for further improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant