Merge pull request #7 from Natureshadow/patch-1

Fix default for CONTACT_REPLY_BCC_EMAIL
This commit is contained in:
Rodrigue Chakode 2022-04-29 10:13:41 +02:00 committed by GitHub
commit 61c66c5976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func main() {
viper.SetDefault("SMTP_CLIENT_USERNAME", "")
viper.SetDefault("SMTP_CLIENT_PASSWORD", "")
viper.SetDefault("CONTACT_REPLY_EMAIL", "noreply@company.com")
viper.SetDefault("CONTACT_REPLY_CC_EMAIL", "contact@company.com")
viper.SetDefault("CONTACT_REPLY_BCC_EMAIL", "contact@company.com")
viper.SetDefault("EMAIL_SUBJECT", "Thanks to try our product")
viper.SetDefault("DEMO_URL", "http://company.com/product-demo")