mirror of
				https://framagit.org/YunoHost-Apps/gitea_ynh.git
				synced 2025-10-30 21:35:36 +01:00 
			
		
		
		
	Use localhost instead of domain for mail server address
This commit is contained in:
		| @@ -35,7 +35,7 @@ LFS_JWT_SECRET = __LFS_JWT_SECRET__ | |||||||
|  |  | ||||||
| [mailer] | [mailer] | ||||||
| ENABLED = true | ENABLED = true | ||||||
| SMTP_ADDR = __DOMAIN__ | SMTP_ADDR = localhost | ||||||
| SMTP_PORT = 587 | SMTP_PORT = 587 | ||||||
| PROTOCOL = smtp+starttls | PROTOCOL = smtp+starttls | ||||||
| FROM = "Gitea" <__APP__@__DOMAIN__> | FROM = "Gitea" <__APP__@__DOMAIN__> | ||||||
| @@ -46,7 +46,7 @@ FORCE_TRUST_SERVER_CERT = true | |||||||
| [email.incoming] | [email.incoming] | ||||||
| ENABLED = true | ENABLED = true | ||||||
| REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__ | REPLY_TO_ADDRESS = __APP__+%{token}@__DOMAIN__ | ||||||
| HOST = __DOMAIN__ | HOST = localhost | ||||||
| PORT = 993 | PORT = 993 | ||||||
| USE_TLS = true | USE_TLS = true | ||||||
| USERNAME = __APP__ | USERNAME = __APP__ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Josué Tille
					Josué Tille