开发者 |
ltnow
eppand kseifert |
---|---|
更新时间 | 2013年9月7日 23:34 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.5.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
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', '');