]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer...
[tt-rss.git] / classes / pluginhost.php
index 5c545d18b281b6ac9ccfa627ca29c4f751e82e0d..f40705dd10694a2cd53b43a1e475747ab0cfe84f 100755 (executable)
@@ -57,6 +57,7 @@ class PluginHost {
        const HOOK_FEED_BASIC_INFO = 36;
        const HOOK_SEND_LOCAL_FILE = 37;
        const HOOK_UNSUBSCRIBE_FEED = 38;
+       const HOOK_SEND_MAIL = 39;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;