mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49: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
|