Move sent mails into sent-folder

Hello,
I have many people who message me that they cannot open the link to a personally shared file/folder. I have the problem that i don’t have the link and so many clients are too stupid to copy the link :face_with_symbols_over_mouth:

Is it possible that NC13 moves sent mails into the sent-folder of it’s account?

Alternatively:
Somewhere in the PHP-script must be the email-template for the sharings. I want to add a line there like “If you have problems please reply on this message” so that my clients will send the original message from my cloud to me as attachment.
Can you tell me where to add this line?:innocent:

Thanks

So i solved it by myself…

nextcloud\apps\sharebymail\l10n\de.json

replace de.json with your preferred language (country-code).

Other save locations if it won’t work:

nextcloud\apps\sharebymail\l10n\de_DE.json
nextcloud\apps\sharebymail\l10n\de.js
nextcloud\apps\sharebymail\l10n\de_DE.js

nextcloud\lib\l10n\de.json
nextcloud\lib\l10n\de_DE.json
nextcloud\lib\l10n\de.js
nextcloud\lib\l10n\de_DE.js

Remember that integry-check will fail when sharebymail want’s to be upgraded. Restore originally file, update and then apply your changes again.