mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
11 lines
313 B
YAML
11 lines
313 B
YAML
# Email Configuration
|
|
default_system_email:
|
|
local: no-reply
|
|
domain: "{{primary_domain}}"
|
|
username: "{{system_email.local}}@{{system_email.domain}}"
|
|
host: "mail.{{primary_domain}}"
|
|
smtp_port: 465
|
|
tls: true
|
|
start_tls: false
|
|
from: "{{system_email.username}}"
|
|
smtp: true |