Skip to content

Commit

Permalink
Merge pull request #1751 from vishnoianil/smtp
Browse files Browse the repository at this point in the history
fix for smtp-from flag
  • Loading branch information
vishnoianil authored Dec 15, 2023
2 parents 9eec4c6 + 3ff1b5b commit 3b7dbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/apiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ func main() {
Required: false,
Sources: cli.EnvVars("NEXAPI_SMTP_TLS"),
},
&cli.BoolFlag{
&cli.StringFlag{
Name: "smtp-from",
Usage: "The form address to use for emails",
Usage: "The from address to use for emails",
Required: false,
Sources: cli.EnvVars("NEXAPI_SMTP_FROM"),
},
Expand Down

0 comments on commit 3b7dbda

Please sign in to comment.