fix: use fq address as user for mail

This commit is contained in:
2023-06-07 09:33:13 +00:00
parent fa27f02259
commit b58961ccef

View File

@@ -114,4 +114,4 @@
host: "{{ smtp_internal_host }}" host: "{{ smtp_internal_host }}"
port: "{{ smtp_internal_host_port }}" port: "{{ smtp_internal_host_port }}"
ssl: "false" ssl: "false"
user: "{{ smtp_service_user }}" user: "{{ smtp_service_user }}@atlantishq.de"