Skip to content

Commit 17bb077

Browse files
committed
add EnvKeySenderName for SENDER_NAME env variable
1 parent f291417 commit 17bb077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/constants/env.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ const (
6262
EnvKeySmtpLocalName = "SMTP_LOCAL_NAME"
6363
// EnvKeySenderEmail key for env variable SENDER_EMAIL
6464
EnvKeySenderEmail = "SENDER_EMAIL"
65+
// EnvKeySenderName key for env variable SENDER_NAME
66+
EnvKeySenderName = "SENDER_NAME"
6567
// EnvKeyIsEmailServiceEnabled key for env variable IS_EMAIL_SERVICE_ENABLED
6668
EnvKeyIsEmailServiceEnabled = "IS_EMAIL_SERVICE_ENABLED"
6769
// EnvKeyAppCookieSecure key for env variable APP_COOKIE_SECURE

0 commit comments

Comments
 (0)