xref: /plugin/smtp/helper.php (revision dd3fc41017b353f3169449857c90872c34712c6d)
1<?php
2/**
3 * DokuWiki Plugin smtp (Helper Component)
4 *
5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6 * @author  Andreas Gohr <andi@splitbrain.org>
7 */
8
9// must be run within Dokuwiki
10if(!defined('DOKU_INC')) die();
11
12class helper_plugin_smtp extends DokuWiki_Plugin {
13
14
15
16}
17
18// vim:ts=4:sw=4:et:
19