blob: 47e38290e2ab446a6f90ae29f93ad18cfdd2d4a9 (
plain)
1
2
3
4
5
6
7
8
|
---
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 }}"
|