Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP Environment variables for deployment #25

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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