Skip to content
Snippets Groups Projects
Commit 5396094d authored by wizonesolutions's avatar wizonesolutions Committed by Liam Morland
Browse files

Issue #2636822 by wizonesolutions: Add default "key" to Rules mimemail config

parent 124c76c2
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ function fillpdf_default_rules_configuration() { ...@@ -37,6 +37,7 @@ function fillpdf_default_rules_configuration() {
} }
}, },
{ "mimemail" : { { "mimemail" : {
"key" : "send-pdf-as-attachment",
"to" : [ "site:mail" ], "to" : [ "site:mail" ],
"subject" : "Copy of completed PDF for your records", "subject" : "Copy of completed PDF for your records",
"body" : "Thank you for filling out the form on our website. A copy of your completed PDF is attached.", "body" : "Thank you for filling out the form on our website. A copy of your completed PDF is attached.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment