| Developer |
ltnow
eppand kseifert |
|---|---|
| Update Time | Sept. 7, 2013, 11:34 p.m. |
| PHP Version: | 3.0 + |
| WordPress Version: | 3.5.1 |
| Copyright: | GPLv2 or later |
| Copyright URL: | Copyright Information |
This sometimes exists on a WordPress website running on IIS. The Facebook Comments Notifier plugin uses the wp_mail() function to send email and IIS is not always configured to handle mail this way. A work around to this mail issue is to use a plugin to authenticate your mail via SMTP protocol. For the SMTP authentication, we have found this plugin to work: WP Mail SMTP by Callum Macdonald (http://wordpress.org/extend/plugins/wp-mail-smtp/).
The plugin reads the Wordpress language setting (wordpress default is en_US). This is defined in wp-config.php on the line: define('WPLANG', '');