mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	docs: make the required backticks in email password more explicit (#23923)
updated the example config to make the needed backticks around the password more obvious
This commit is contained in:
		| @@ -81,7 +81,7 @@ SMTP_ADDR      = smtp.gmail.com | |||||||
| SMTP_PORT      = 465 | SMTP_PORT      = 465 | ||||||
| FROM           = example.user@gmail.com | FROM           = example.user@gmail.com | ||||||
| USER           = example.user | USER           = example.user | ||||||
| PASSWD         = *** | PASSWD         = `***` | ||||||
| MAILER_TYPE    = smtp | MAILER_TYPE    = smtp | ||||||
| IS_TLS_ENABLED = true | IS_TLS_ENABLED = true | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user