Add instructions on how to apply a display name in notification emails

This commit is contained in:
Kenn Jacobsen
2018-11-29 20:38:56 +01:00
committed by Sebastiaan Janssen
parent ebcf011287
commit 7fc69e5eb0
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<!-- you can add a display name to the email like thist: <email>Your display name here &lt;your@email.here&gt;</email> -->
<email>your@email.here</email>
</notifications>

View File

@@ -48,6 +48,7 @@
</errors>
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<!-- you can add a display name to the email like this: <email>Your display name here &lt;your@email.here&gt;</email> -->
<email>your@email.here</email>
</notifications>