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