We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291417 commit 17bb077Copy full SHA for 17bb077
server/constants/env.go
@@ -62,6 +62,8 @@ const (
62
EnvKeySmtpLocalName = "SMTP_LOCAL_NAME"
63
// EnvKeySenderEmail key for env variable SENDER_EMAIL
64
EnvKeySenderEmail = "SENDER_EMAIL"
65
+ // EnvKeySenderName key for env variable SENDER_NAME
66
+ EnvKeySenderName = "SENDER_NAME"
67
// EnvKeyIsEmailServiceEnabled key for env variable IS_EMAIL_SERVICE_ENABLED
68
EnvKeyIsEmailServiceEnabled = "IS_EMAIL_SERVICE_ENABLED"
69
// EnvKeyAppCookieSecure key for env variable APP_COOKIE_SECURE
0 commit comments