Mail Encrypt free WordPress plugin
Description
Mail Encrypt free WordPress plugin
WP Mail Encrypt
Version 3.0
til version 3.0 known as ‘Mail Crypter’
WordPress anti-spam mail plugin
Simple and easy to use plugin to protect your email addresses of spam bots. With the [mail_encrypt] shortcode or our own Gutenberg block, all your email addresses are secure!
Usage
Gutenberg Block
Since version 3.0 the plugin provides an own Gutenberg Block. All email addresses used in our “MailEncrypt Block” are automatically encrypted (see our screenshots).
Shortcode
You can use our shortcode with the Gutenberg Editor and the Classic Editor. With the Gutenberg Editor use simply the “Shortcode Block” and insert the same shortcode, as in the Classic Editor.
If you are using the Classic Editor you can enter the shortcode direct:
Insert your email address and a link text (optional) to the [mail_encrypt] shortcode:
[mail_encrypt mail=”your@mailaddress.com” text=”My Name”].
You can also use our TinyMCE plugin in the Classic Editor. With a simple click on the MailEncrypt Icon, the shortcode is build fast for you.
Generator
You want to use our system in other areas? No problem! We provide our own generator in the admin menu. Simply insert the to be protected email address and get
the associated sourcecode.
Javascript
deprecated since v3.0
older shortcodes with js active are still working
How are the mail addresses encrypted
The plugin uses a simple mechanism, which has no negative effect on the page speed. On the result page, the email address is displayed as follows: My Name
In the sourcecode the email address can not be found by a spam bot:
html
My Name
Code:
wordpress.org:
The full sourcecode can be found on github:
github.com:
https://github.com/mc17uulm/wp-mail-encrypt