I am currently running Nextcloud version 30 on Docker, and I’ve successfully configured SMTP for sending emails. The welcome email feature is working well, but I would like to customize the content of the welcome email.
Specifically, I want to:
Modify the text of the welcome email.
Attach a document to the welcome email.
Could anyone guide me on how to achieve this? Any insights or steps would be greatly appreciated!
There is some documentation about customizing email templates but to be honest: this seems to be a task for a developer.
I’m not sure about how to write a PHP class and where to put it.
The documentation also mentions “Easiest way is to then put this class into an app and load it” - this information might be helful for a developer which I’m not.
I’ld be happy if someone could share additional information about how to achieve this.