Skip to content

Commit

Permalink
Fix smtp relay address in authelia
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwaibel committed Apr 24, 2024
1 parent 97495a1 commit cc7a581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ session:
notifier:
disable_startup_check: true
smtp:
address: smtp-relay.default.svc.cluster.local:25
address: smtp-relay.notification.svc.cluster.local:25
sender: "No-Reply <no-reply@${SECRET_DOMAIN}>"
disable_require_tls: true

Expand Down

0 comments on commit cc7a581

Please sign in to comment.