Skip to content

Commit

Permalink
Merge branch 'UseSupportEmailInClosingText' of github.com:PaulBoon/da…
Browse files Browse the repository at this point in the history
…taverse into UseSupportEmailInClosingText
  • Loading branch information
PaulBoon committed Sep 18, 2024
2 parents f4d247f + 8f64acf commit 167799f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Notification Email Improvement

The system email text has been improved to use the support email address (`dataverse.mail.support-email`) in the text where it states; 'contact us for support at', instead of the default system email address.
The system email text has been improved to use the support email address (`dataverse.mail.support-email`) in the text where it states; "contact us for support at", instead of the default system email address.
Using the system email address here was particularly problematic when it was a 'noreply' address.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3066,7 +3066,7 @@ If not set, the :ref:`systemEmail` is used for the feedback API/contact form ema
Note that only the email address is required, which you can supply without the ``<`` and ``>`` signs, but if you include the text, it's the way to customize the name of your support team, which appears in the "from" address in emails as well as in help text in the UI.
If you don't include the text, the installation name (see :ref:`Branding Your Installation`) will appear in the "from" address.

Also note that the support email address is used at the end of notification mails where it states; 'contact us for support at', followed by the support mail address if configured and the system email otherwise.
Also note that the support email address is used at the end of notification mails where it states; "contact us for support at", followed by the support mail address if configured and the system email otherwise.

Can also be set via any `supported MicroProfile Config API source`_, e.g. the environment variable ``DATAVERSE_MAIL_SUPPORT_EMAIL``.

Expand Down

0 comments on commit 167799f

Please sign in to comment.