| 开发者 |
DvanKooten
Ibericode |
|---|---|
| 更新时间 | 2026年6月19日 17:10 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
plain/text version of your HTML emails to your WordPress emails. This decreases the chance of your legit emails being marked as spam by tools as SpamAssassin.
This plugin comes without any settings. When activated, it will automatically look for HTML emails being sent using the wp_mail() function and when necessary add the plain text version.
The source code of this plugin is available on GitHub: ibericode/wp-add-plaintext-email.
About the plugin author
Danny van Kooten has been building WordPress plugins since 2010, starting with WordPress 3.0.
He is the founder of ibericode, the small software company behind popular WordPress plugins including Mailchimp for WordPress and Koko Analytics.
add-plain-text-email.zip to your plugins directory, which usually is /wp-content/plugins/.Because it decreases the chance of your legit email being marked as being spam and thus disappearing in spam folders. http://wiki.apache.org/spamassassin/Rules/MIME_HTML_ONLY
No, the plugin does not affect the HTML message of emails.
No, 99% of all email clients will just show the HTML version of the email. The other 1% can't properly display HTML and will show the plain text email. Without this plugin, they would have had nothing to show.
You can use the following online tools to test the spammyness of your WordPress emails. http://mail-tester.com/ http://isnotspam.com/ http://spamscorechecker.com/ http://www.port25.com/support/authentication-center/email-verification/
<a> elements. Thanks Benjamin Danon!PHPMailer parameter type as it somehow isn't working on some set-ups...text/html emails with no text version.