Change new user email subject

Hi,

Is it possible to change the title and sender of the email sent when creating a new user?
I can change the sender’s email address, but it still appears as “ownCloud”, and the subject of the mail is “Your ownCloud account was created”.
I’ve looked at the config.sample.php file, but I couldn’t find a setting for this.

Thanks,
Stephan

I think you will have to edit the email templates for this -> Create a theme.
https://doc.owncloud.com/server/developer_manual/core/theming.html

1 Like

Thanks a lot, that’s what I was looking for!

My installation had no custom theme, I had to install one.

Is it possible to do this without installing a theme (which is a VERY cumbersome process it seems). I can edit the email templates directly for the text that they include, but can’t seem to find the Subject of the mail to be able to change that.