Mail sending message

Hi,

I wanted to know how to customize the mail sending message that users receive when the content is shared by e-mail with them. Basically it says, XWiki HomePage, but I want to change the name to a personalized homepage name, not XWiki. Thank you.

image

image

Hi @turajmammadli,

Please check the mail sender documentation available at https://extensions.xwiki.org/xwiki/bin/view/Extension/Mail/MailSenderAPI, you will find details on how to create your own templates and how to compose and send emails.
Your specific need can be addressed by customizing the code on this page xwiki-platform/xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-ui/src/main/resources/XWiki/SharePage.xml at master · xwiki/xwiki-platform · GitHub.

Hope it helps,
Alex

1 Like

Dear Alex,

thank you so much. I will take a look at the documentation that you’ve sent.