I've searched all over and can't find where we can customize/change the invitation email for backoffice users. I have a specific requirement that it needs to include other information.
Can someone point me in the right direction?
(For clarity, it's the email someone receives to accept the user invite, starts with "You have been invited by name name to the Umbraco Back Office.
Notification Emails Template
I've searched all over and can't find where we can customize/change the invitation email for backoffice users. I have a specific requirement that it needs to include other information.
Can someone point me in the right direction?
(For clarity, it's the email someone receives to accept the user invite, starts with "You have been invited by name name to the Umbraco Back Office.
Thanks!
Hi Travis,
you can find the markup of the invitation email in /umbraco/config/lang/en.xml and in the other language files.
The markup is in the key "inviteEmailCopyFormat":
Best, Sören
Fantastic, thanks for the response Sören!
Hi, Travis, I tried to use the "Invite User" for my Umbraco hosting on Azure App Service.
But it says "Server error: Contact administrator, see log for full details. Failed to invite user".
Did you have this issue ?
Thanks,
A
Hi Adrian,
It looks you have not set SMTP configuration in web.config file mailSettings section. With default it won't work.
is working on a reply...