Fix default for CONTACT_REPLY_BCC_EMAIL
This commit is contained in:
parent
477643b58e
commit
0a68f14d87
2
main.go
2
main.go
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue