>
Download This Plugin | |
Download Elegant Themes | |
Name | wp_mail to XMPP |
Version | 0.4.2 |
Author | Mako N |
Rating | 0 |
Last updated | 2014-02-07 12:37:00 |
Downloads |
259
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
wp_mail to XMPP plugin added 12 bytes of resources to the Home page and 27 bytes of resources to the sample Post page.
wp_mail to XMPP plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! wp_mail to XMPP plugin ads no tables to your Wordpress blog database.This plugin sends XMPP notifications to the users who are registered and set their own Jabber ID. Emails to them are able to be suppressed.
This plugin provides a function to be added 'wp_mail' hook in wp_mail()
located in wp-includes/pluggable.php
.
This plugin requires XMPP Enabled plugin.
The function xmpp_sender()
in this plugin has two filter hooks.
Using 'abort_xmpp_sender' hook allow abort all processing. For example, you want to send email independent of user or JID when the subject has a particular keyword. You may add a function which checks the subject and returns true
if keyword is found.
Using 'email_to_jid' hook allow set/unset JID correspond to email address. Default function of this hook, email2jid()
returns JID when the user is registered to the site and his/her JID is set. If you want to send email but XMPP to a particular user, add a function which returns false
.