=== MSN-Notifier === Contributors: tension7 Tags: post, msnspace, publish, synchronization Requires at least: 2.0 Tested up to: 2.6.2 Stable tag: 2.0 A wordpress plugin to synchronize your MSNSpace whenever you publish a post. == Description == This is a wordpress plugin, which help those poor guys who don't want to leave MSNSpace (including me). This plugin hooks onto "publish post" action, so that whenever you publish a post in your wordpress, a notification containing the title, a teaser of the post (using wp API get the content) and a bloglink is sent to your MSNspace automatically, so that your friends can follow up your other updates just like your msnspace updates. Only posts are synchronized, not pages. Whenever a page is published or a published page is edited, a new notice will be sent to your msnspace. == Installation == 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.