mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 05:46:15 -06:00
update from field with more clarity
This commit is contained in:
parent
bf6da319f2
commit
f253fce5f1
2 changed files with 5 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ func smtpFlags(flagNames, envNames config.Flags, defaults config.Defaults) []cli
|
|||
},
|
||||
&cli.StringFlag{
|
||||
Name: flagNames.SMTPFrom,
|
||||
Usage: "String to use as the 'from' field of the email. Eg., 'gotosocial@example.org'",
|
||||
Usage: "Address to use as the 'from' field of the email. Eg., 'gotosocial@example.org'",
|
||||
Value: defaults.SMTPFrom,
|
||||
EnvVars: []string{envNames.SMTPFrom},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -388,7 +388,7 @@ smtp:
|
|||
# Examples: ["1234", "password"]
|
||||
# Default: ""
|
||||
password:
|
||||
# String. 'From' field for sent emails.
|
||||
# Examples: ["mail@example.org", "GoToSocial"]
|
||||
# Default: "GoToSocial"
|
||||
from: "GoToSocial"
|
||||
# String. 'From' address for sent emails.
|
||||
# Examples: ["mail@example.org"]
|
||||
# Default: ""
|
||||
from: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue