From 5396094d5b6e2bb97a5153479b0c2d477e16ae68 Mon Sep 17 00:00:00 2001 From: wizonesolutions <wizonesolutions@739994.no-reply.drupal.org> Date: Fri, 24 Apr 2020 16:56:22 -0400 Subject: [PATCH] Issue #2636822 by wizonesolutions: Add default "key" to Rules mimemail config --- fillpdf.rules_defaults.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/fillpdf.rules_defaults.inc b/fillpdf.rules_defaults.inc index ea6666a..8eebe79 100644 --- a/fillpdf.rules_defaults.inc +++ b/fillpdf.rules_defaults.inc @@ -37,6 +37,7 @@ function fillpdf_default_rules_configuration() { } }, { "mimemail" : { + "key" : "send-pdf-as-attachment", "to" : [ "site:mail" ], "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.", -- GitLab