9 lines
245 B
YAML
9 lines
245 B
YAML
|
---
|
||
|
|
||
|
from_email: "{{ mmt_from_email }}"
|
||
|
hcaptcha_secret: "{{ mmt_hcaptcha_secret }}"
|
||
|
smtp_server: "{{ mmt_smtp_server }}"
|
||
|
smtp_password: "{{ mmt_smtp_password }}"
|
||
|
smtp_username: "{{ mmt_smtp_username }}"
|
||
|
form_to_email: "{{ mmt_form_to_email }}"
|