A wordpress plugin to synchronize your MSNSpace whenever you publish a post.
unzip and put msnnotifier.php into your plugin page (usually /wordpress/wp-content/plugins). Setup the plugin in the option page.
Now the plugin can use three method to synchronize with your MSNSpace: PHP mail() function, linux sendmail, and SMTP, basically what's supported by wp-includes/class-phpmailer.php. The mail and sendmail methods are recommended, which requires little setup. You just need to provide your MSNSpace email publishing address, your domain name in the plugin option page.
REMINDER: Add your msnnotifier@yourdomainn to MSNSpace's email publishing from address.
The SMTP method is still included but it no longer works for Gmail which requires a SSL connection not supported by wordpress's phpmailer class. Install a newer version of phpmailer may solve the problem and you will have change the source yourself. SMTP Authencation is always used for SMTP method.
Requires: 2.0 or higher
Compatible up to: 2.6.2
Last Updated: 2008-11-5
Downloads: 1,564
Got something to say? Need help?