Skip to content

Commit

Permalink
BugzID: 20881 Update email handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Nov 12, 2024
1 parent 5f579d5 commit 4d09270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/webform.webform.large_format_printing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ handlers:
sender_mail: ''
sender_name: ''
subject: 'New HIL Large Format/Poster Printing Request'
body: "<p>Submitted by: {{ webform_token('[webform_submission:user]', webform_submission, [], options) }}</p>\r\n<p>Submitted values are:</p>\r\n{{ webform_token('[webform_submission:values]', webform_submission, [], options) }}\r\n<div>\r\n<img src=\"https://media.lib.unb.ca/core/img-2015/UNB_Lib_Black_Red.png\" alt=\"UNB Libraries\">\r\n</div>"
body: "<p>The following information was submitted through our <b>Large Format/Poster Printing Request</b> form by {{ webform_token('[webform_submission:user]', webform_submission) }} on {{ webform_token('[webform_submission:created]', webform_submission) }}.</p>\r\n\r\n{{ webform_token('[webform_submission:values]', webform_submission, [], options) }}\r\n<div>\r\n<img src=\"https://media.lib.unb.ca/core/img-2015/UNB_Lib_Black_Red.png\" alt=\"UNB Libraries\">\r\n</div>"
excluded_elements:
intro_card: intro_card
ignore_access: false
Expand Down Expand Up @@ -382,7 +382,7 @@ handlers:
sender_mail: ''
sender_name: ''
subject: 'Your Large Format/Poster Print Request'
body: "<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission, [], options) }}</p>\r\n<p>Submitted by: {{ webform_token('[webform_submission:user]', webform_submission, [], options) }}</p>\r\n<p>Submitted values are:</p>\r\n{{ webform_token('[webform_submission:values]', webform_submission, [], options) }}\r\n<div>\r\n\r\n<img src=\"https://media.lib.unb.ca/core/img-2015/UNB_Lib_Black_Red.png\" alt=\"UNB Libraries\">\r\n</div>"
body: "<p>Thank you for submitting your Large Format/Poster Printing Request. We will email you to approve pricing prior to printing and once your print is completed.</p>\r\n<p>Submitted information:</p>\r\n{{ webform_token('[webform_submission:values]', webform_submission, [], options) }}\r\n<div>\r\n\r\n<img src=\"https://media.lib.unb.ca/core/img-2015/UNB_Lib_Black_Red.png\" alt=\"UNB Libraries\">\r\n</div>"
excluded_elements: { }
ignore_access: false
exclude_empty: true
Expand Down

0 comments on commit 4d09270

Please sign in to comment.