fix(authelia): disable html emails

This commit is contained in:
Vegard Hagen
2025-01-26 18:10:36 +01:00
parent 24743bf9c2
commit d523d128c4
+1
View File
@@ -43,6 +43,7 @@ configMap:
enabled: true
address: submission://smtp.sendgrid.net:587
sender: Authelia <[email protected]>
disable_html_emails: true
username: apikey
password: { secret_name: smtp-auth }