Enable mail notification in Gitea
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
		
							parent
							
								
									dbd95dd7b8
								
							
						
					
					
						commit
						1189626a6f
					
				| @ -13,7 +13,18 @@ | |||||||
|         LANDING_PAGE = "explore"; |         LANDING_PAGE = "explore"; | ||||||
|       }; |       }; | ||||||
|       metrics.ENABLED = true; |       metrics.ENABLED = true; | ||||||
|       service.REGISTER_MANUAL_CONFIRM = true; |       service = { | ||||||
|  |         REGISTER_MANUAL_CONFIRM = true; | ||||||
|  |         ENABLE_NOTIFY_MAIL = true; | ||||||
|  |       }; | ||||||
|  | 
 | ||||||
|  |       mailer = { | ||||||
|  |         ENABLED       = true; | ||||||
|  |         FROM          = "jungle-robot@bsc.es"; | ||||||
|  |         PROTOCOL      = "sendmail"; | ||||||
|  |         SENDMAIL_PATH = "/run/wrappers/bin/sendmail"; | ||||||
|  |         SENDMAIL_ARGS = "--"; | ||||||
|  |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user