Strategic Overview

Avg CVSSMedium
6.8/ 10
Patch Coverage100%
Open

0

Fixed

5

Get automatic notifications for all WP-EMail vulnerabilities before they are exploited.

Vulnerability Records

5 records
WP-EMail banner
Latestv2.69.4
4.5(11)
90/100
Last Updated
2026-07-24 (5d ago)
Active Installs
1,000+
Downloads
517,056
Requires WP
4.6+
Requires PHP
0+
Tested up to
WP 7.0.2
Created
2006-01-03 (21y ago)

General Usage Under E-Mail Settings, modify the setting Method Used To Send E-Mail accordingly. If the method is wrong, no email will get sent. You Need To Re-Generate The Permalink (WP-Admin -> Settings -> Permalinks -> Save Changes) Open wp-content/themes/<YOUR THEME NAME>/index.php (You may place it in single.php, post.php, page.php, etc also) Find: <?php while (have_posts()) : the_post(); ?> Simply add this code inside the loop where you want the email link to display: if(function_exists('email_link')) { email_link(); } If you DO NOT want the email link to appear in every post/page, DO NOT use the code above. Just use the shortcode by typing [email_link] into the selected post/page content and it will embed the email link into that post/page only. Development https://github.com/lesterchan/wp-email Translations http://dev.wp-plugins.org/browser/wp-email/i18n/ Credits Plugin icon by Yannick from Flaticon Donations I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appreciate it. If not feel free to use it without any obligations.

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C