-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add SMTP sender email env var and smtp brand name (#28)
* feat: adding SMTP sender email env var * feat: added brand name value to chart, used in emeails * refactor: rename variable used in smtp with proper prefix
- Loading branch information
1 parent
572f9e8
commit 8b26ed4
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,12 @@ multiwovenConfig: | |
railsLogLevel: info | ||
registrySecretName: mwregistrysecret | ||
smtpAddress: smtp.yourdomain.com | ||
smtpBrandName: Multiwoven | ||
smtpHost: yourdomain.com | ||
smtpPassword: yourpassword | ||
smtpPort: "587" | ||
smtpUsername: yourusername | ||
smtpSenderEmail: [email protected] | ||
snowflakeDriverPath: /usr/lib/snowflake/odbc/lib/libSnowflake.so | ||
syncExtractorBatchSize: "1000" | ||
syncExtractorThreadPoolSize: "10" | ||
|