Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/templateeditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a38c007022aefd54d9de8a03f0fd36f40daa2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<info>
	<id>templateeditor</id>
	<name>Mail template editor</name>
	<description>This application enables Nextcloud to send custom emails to users. By default, Nextcloud can send password reset emails, shared file and share link emails, activity stream notifications and more. By configuring an email server, admins can enable these emails to be sent. By providing an email address on their Personal page, users can receive these emails. By default, all of these emails will contain Nextcloud email templates. The template editor allows admins to change email templates for emails sent by the system.
While it is possible to manually change email templates within Nextcloud, this app makes it far simpler by updating this via the Nextcloud admin panel. More information is available in the Mail template editor documentation.
</description>
	<licence>AGPL</licence>
	<author>Jörn Dreyer</author>
	<version>0.2</version>
	<dependencies>
		<nextcloud min-version="11" max-version="11" />
	</dependencies>
</info>