| 1 | <!-- |
|---|
| 2 | /** |
|---|
| 3 | * MySMS - Simple SMS Component for Joomla |
|---|
| 4 | * |
|---|
| 5 | * Axel Sauerhoefer < mysms[at]quelloffen.com > |
|---|
| 6 | * |
|---|
| 7 | * http://www.willcodejoomlaforfood.de |
|---|
| 8 | * |
|---|
| 9 | * $Author$ |
|---|
| 10 | * $Rev$ |
|---|
| 11 | * $HeadURL$ |
|---|
| 12 | * |
|---|
| 13 | * $Id$ |
|---|
| 14 | * |
|---|
| 15 | * All rights reserved. |
|---|
| 16 | * |
|---|
| 17 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php |
|---|
| 18 | * MySMS! is free software. This version may have been modified pursuant |
|---|
| 19 | * to the GNU General Public License, and as distributed it includes or |
|---|
| 20 | * is derivative of works licensed under the GNU General Public License or |
|---|
| 21 | * other free or open source software licenses. |
|---|
| 22 | * |
|---|
| 23 | * This program is distributed in the hope that it will be useful, |
|---|
| 24 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 26 | * |
|---|
| 27 | **/ |
|---|
| 28 | --> |
|---|
| 29 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 30 | <install version="1.5" type="plugin" group="mysms"> |
|---|
| 31 | <name>MySMS - Email Notify</name> |
|---|
| 32 | <author>Axel Sauerhoefer</author> |
|---|
| 33 | <creationDate>24.01.2009</creationDate> |
|---|
| 34 | <copyright>(C) Axel Sauerhöfer GPL2. All rights reserved.</copyright> |
|---|
| 35 | <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> |
|---|
| 36 | <authorEmail>axel@willcodejoomlaforfood.de</authorEmail> |
|---|
| 37 | <authorUrl>http://www.willcodejoomlaforfood.de</authorUrl> |
|---|
| 38 | <version>1.5</version> |
|---|
| 39 | <description>MySMS Email notify plugin</description> |
|---|
| 40 | <files> |
|---|
| 41 | <filename plugin="emailnotify">emailnotify.php</filename> |
|---|
| 42 | </files> |
|---|
| 43 | <params> |
|---|
| 44 | <param name="emailnotify" type="text" default="root@localhost" label="Email" description="Email Adress to be notified"/> |
|---|
| 45 | </params> |
|---|
| 46 | </install> |
|---|