From 0cfe4b2e966ee8109f959c1fb9681d9fbe98cc87 Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Fri, 5 Jan 2024 09:03:16 +1000 Subject: [PATCH] Config rebuild --- doc/source/admin/galaxy_options.rst | 12 ++++++++++++ lib/galaxy/config/sample/galaxy.yml.sample | 5 +++++ 2 files changed, 17 insertions(+) diff --git a/doc/source/admin/galaxy_options.rst b/doc/source/admin/galaxy_options.rst index 7ee4d6243cd8..38a9a93bc211 100644 --- a/doc/source/admin/galaxy_options.rst +++ b/doc/source/admin/galaxy_options.rst @@ -1620,6 +1620,18 @@ :Type: str +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +``error_email_reply_to_user`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +:Description: + When sending email reports for tool errors, include the user's + email address in the Reply-to SMTP header (used by some ticketing + systems to identify the appropriate response address). +:Default: ``None`` +:Type: bool + + ~~~~~~~~~~~~~~ ``email_from`` ~~~~~~~~~~~~~~ diff --git a/lib/galaxy/config/sample/galaxy.yml.sample b/lib/galaxy/config/sample/galaxy.yml.sample index 8d1149c1e445..25c9979dc782 100644 --- a/lib/galaxy/config/sample/galaxy.yml.sample +++ b/lib/galaxy/config/sample/galaxy.yml.sample @@ -1111,6 +1111,11 @@ galaxy: # user may encounter. #error_email_to: null + # When sending email reports for tool errors, include the user's email + # address in the Reply-to SMTP header (used by some ticketing systems + # to identify the appropriate response address). + #error_email_reply_to_user: false + # Email address to use in the 'From' field when sending emails for # account activations, workflow step notifications, password resets, # and tool error reports. We recommend using a string in the