Title: Add Plain-Text Email
Author: Danny van Kooten
Published: <strong>23 באוקטובר 2013</strong>
Last modified: 20 באוגוסט 2026

---

חיפוש תוספים

![](https://ps.w.org/add-plain-text-email/assets/icon-256x256.png?rev=3578286)

# Add Plain-Text Email

 מאת [Danny van Kooten](https://profiles.wordpress.org/dvankooten/)

[הורדה](https://downloads.wordpress.org/plugin/add-plain-text-email.1.2.1.zip)

 * [פרטים](https://he.wordpress.org/plugins/add-plain-text-email/#description)
 * [סקירות](https://he.wordpress.org/plugins/add-plain-text-email/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/add-plain-text-email/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/add-plain-text-email/#developers)

 [תמיכה](https://wordpress.org/support/plugin/add-plain-text-email/)

## תיאור

#### Add Plain-Text Email

This plugin will add a `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](https://github.com/ibericode/wp-add-plaintext-email).

**About the plugin author**

[Danny van Kooten](https://www.dannyvankooten.com/) has been building WordPress 
plugins since 2010, starting with WordPress 3.0.

He is the founder of [ibericode](https://www.ibericode.com/), the small software
company behind popular WordPress plugins including [Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
and [Koko Analytics](https://wordpress.org/plugins/koko-analytics/).

## התקנה

#### Installing the plugin

 1. In your WordPress admin panel, go to _Plugins > New Plugin_, search for _Add Plain
    Text Email_ and click "Install now"
 2. Alternatively, download the plugin and upload the contents of `add-plain-text-email.
    zip` to your plugins directory, which usually is `/wp-content/plugins/`.
 3. Activate the plugin. Your HTML emails will now automatically have a plain text 
    version attached.
 4. _(Optional)_ Test your new mail score using [http://mail-tester.com/](https://he.wordpress.org/plugins/add-plain-text-email/mail-tester.com?output_format=md)

## שאלות נפוצות

### Why add a plain text version?

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

### Will this mess up my HTML email?

No, the plugin does not affect the HTML message of emails.

### Will the people I send email to notice?

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.

### Where can I check my SpamAssassin score?

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/

## סקירות

![](https://secure.gravatar.com/avatar/37ed5a03aa2b84b564280b42d658f9f09a5e126d77da0b1e1894faf0b209552c?
s=60&d=retro&r=g)

### 󠀁[Just great and efficient with all newsletter plugins!](https://wordpress.org/support/topic/just-great-and-efficient-with-all-newsletter-plugins/)󠁿

 [Benjamin Danon](https://profiles.wordpress.org/bndn/) 10 באוגוסט 2023

A lot of WP plugins send only HTML emails. This plugin saves us from having to change
to another plugin to just send plain text emails along with HTML emails. It works
perfectly with WP 6.3 and Icegram Express. Thank you Danny!

![](https://secure.gravatar.com/avatar/b9bc093e9a4ebb397a49445175183d6cd53fdc3e3d4b8ecebc362f82157c3914?
s=60&d=retro&r=g)

### 󠀁[Works perfectly – improved SpamAssassin score!](https://wordpress.org/support/topic/works-perfectly-improved-spamassassin-score/)󠁿

 [John](https://profiles.wordpress.org/jhob/) 6 ביוני 2018

Does exactly what it says on the tin. Even though it has not been updated for ages
the code is super-simple so there's no reason for it to require an update. Tested
on WP version 4.9.6. Also works with the WP Mail SMTP plugin to send through Mailgun
which was an unexpected bonus!

 [ קראו את כל 4 הסקירות ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/)

## מפתחים

"Add Plain-Text Email" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Danny van Kooten ](https://profiles.wordpress.org/dvankooten/)
 *   [ ibericode ](https://profiles.wordpress.org/ibericode/)

[ניתן לתרגם את "Add Plain-Text Email" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/add-plain-text-email)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/add-plain-text-email/), 
ראו את הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/add-plain-text-email/),
או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/add-plain-text-email/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/add-plain-text-email/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.2 – Nov 20, 2023

 * Preserve href attribute from `<a>` elements. Thanks Benjamin Danon!
 * Remove `PHPMailer` parameter type as it somehow isn't working on some set-ups…

#### 1.1.3 – Dec 23, 2022

 * Remove incorrectly working check to prevent running more than once.
 * Update tested WP version.
 * Add license information to source code.

#### 1.1.2 – September 1, 2015

Remove faulty debugging statement.

#### 1.1.1 – August 31, 2015

**Improvements**: The plugin is now a lot smarter when it comes to adding line-breaks.

#### 1.1 – August 24, 2015

 * Fixed: WordPress's "lost password" emails were stripped of links.
 * Improvement: Now only running on `text/html` emails with no text version.

#### 1.0 – October 21, 2013

 * Initial release

## מטא

 *  גרסה: **1.2.1**
 *  Last updated **לפני 2 שבועות**
 *  Active installations **100+**
 *  WordPress version ** 3.1 ומעלה **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/add-plain-text-email/)
 * Tags
 * [email](https://he.wordpress.org/plugins/tags/email/)[html email](https://he.wordpress.org/plugins/tags/html-email/)
   [spam](https://he.wordpress.org/plugins/tags/spam/)[spamassassin](https://he.wordpress.org/plugins/tags/spamassassin/)
   [text email](https://he.wordpress.org/plugins/tags/text-email/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/add-plain-text-email/advanced/)

## דרוגים

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/add-plain-text-email/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/add-plain-text-email/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/add-plain-text-email/reviews/)

## תורמים

 *   [ Danny van Kooten ](https://profiles.wordpress.org/dvankooten/)
 *   [ ibericode ](https://profiles.wordpress.org/ibericode/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/add-plain-text-email/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](https://dannyvankooten.com/donate/)