Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
1) I am trying to add the Username to the Subject field in the Umbraco Notifications email.
I would like the Subject field in the received emails to read (example):"Notification about Updated performed by Joe Bloggs on TestPage"
2) I have tried edditing the following line in the en.xml file: (umbraco\config\lang):
<key alias="mailSubject" version="2.1">Notification about %1% performed on %2%</key>
However, any time I use the %3% refernece in this line I stop receiving the emails, for example:
<key alias="mailSubject" version="2.1">Notification about %1% performed by %3% on %2%</key>
Any advice would be greatly welcome.
I believe the behavior has slightly changed in the last few years, the email seems to get send if %3% is used but the subject reads "bah blah - Publish by %3%".
What fields are allowed in the Subject field? Is it just %0%, %1%, %2% ?
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Notifications Email - add "user name" to Subject
Hi,
1) I am trying to add the Username to the Subject field in the Umbraco Notifications email.
I would like the Subject field in the received emails to read (example):
"Notification about Updated performed by Joe Bloggs on TestPage"
2) I have tried edditing the following line in the en.xml file: (umbraco\config\lang):
<key alias="mailSubject" version="2.1">Notification about %1% performed on %2%</key>
However, any time I use the %3% refernece in this line I stop receiving the emails, for example:
<key alias="mailSubject" version="2.1">Notification about %1% performed by %3% on %2%</key>
Any advice would be greatly welcome.
I believe the behavior has slightly changed in the last few years, the email seems to get send if %3% is used but the subject reads "bah blah - Publish by %3%".
What fields are allowed in the Subject field? Is it just %0%, %1%, %2% ?
Thanks.
is working on a reply...