Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,29 @@
<info>
<id>templateeditor</id>
<name>Mail Template Editor</name>
<description>This application enables ownCloud to send custom emails to users. By default, ownCloud 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 ownCloud 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 ownCloud, this app makes it far simpler by updating this via the ownCloud admin panel. More information is available in the Mail Template Editor documentation.
</description>
<summary>Customize mail templates easily</summary>
<description>
ownCloud comes with a built-in mail service to send various kinds of informative and action-requiring notifications to interact with users (e.g., user/group and link share notifications, activity stream summary mails, password reset mails and more). By default ownCloud uses pre-defined standard templates for the respective events.

To meet their exact needs and guidelines many administrators desire to customize and personalize these templates. The system administrator can manually edit the template files within the ownCloud code.
The Mail Template Editor provides an easier and more comfortable way for ownCloud administrators to modify mail templates within the 'General' section of ownCloud admin settings using HTML or plain text depending on the respective template. Each [ownCloud Theme](https://marketplace.owncloud.com/themes) can provide separate templates making it very easy to switch between templates by just enabling a different theme.
For more information, please read the [ownCloud Documentation](https://doc.owncloud.com/server/latest/admin_manual/configuration/server/email_configuration.html#using-email-templates).</description>
<licence>AGPL</licence>
<author>Jörn Dreyer</author>
<version>0.2</version>
<category>customization</category>
<documentation>
<admin>https://doc.owncloud.com/server/latest/admin_manual/configuration/server/email_configuration.html#using-email-templates</admin>
</documentation>
<screenshot>https://github.com/owncloud/screenshots/master/templateeditor/template_editor.jpg</screenshot>
<namespace>TemplateEditor</namespace>
<dependencies>
<owncloud min-version="10.0.3" max-version="10.0.99" />
</dependencies>
<default_enable/>
<website>https://github.com/owncloud/templateeditor/</website>
<bugs>https://github.com/owncloud/templateeditor/issues</bugs>
<repository type="git">https://github.com/owncloud/templateeditor.git</repository>
<settings>
<admin>OCA\TemplateEditor\AdminPanel</admin>
</settings>
Expand Down