(Grav GitSync) Automatic Commit from disroot_user

This commit is contained in:
disroot_user 2017-11-07 16:47:09 -05:00 committed by GitSync
parent 09b46af792
commit 872c80e25b

View file

@ -107,7 +107,7 @@ form:
-
email:
from: alias-request@disroot.org
to: ['{{ config.plugins.email.to }}', '{{ form.value.username }}@disroot.org']
to: '{{ form.value.username }}@disroot.org'
subject: '[Aliases {{ form.value.username|e }}]'
body: '<br><br>Hi {{ form.value.username|e }}, <br><br><strong>Thank you for your contribution to Disroot.org!</strong><br>We truly apprericiate your generosity.<br><br>We will review your alias request and get back to you as soon as we can.</strong><br><br><hr><br><strong>Here is a summary of the recieved request:</strong><br><br>{% include ''forms/data.html.twig'' %}'
-