There’s a small PGP plugin by Tim Nash on GitHub (but it’s not in the official WordPress repository, it needs to be manually copied to wordpress plugin directory). It’s a wrapper using php-pgp library for encryption. The article where I found this link is “Encrypting emails with PGP and WordPress”. This is the only WordPress solution I have found so far.
I was also digging into the subject and I’m trying more generic approach – extending PHPMailer to support PGP encryption. However, this requires some more testing to support email in both text and html format, PGP/MIME, attachments etc. so this is not ready to be published yet.
Related Posts:
- Disable update notification for individual plugins
- Disable email notification after change of password
- Send email when a new post is published [closed]
- Disabling Comment Notifications for Post Author
- How to notify users of blog updates a la Admin Plugin Update notifications?
- Don’t send notification if author comments his own post plugin help?
- Is there a hook that is called only once after plugin bulk update process is completed?
- WordPress independent plugin upgrade notification system [duplicate]
- Facebook-like Notification Plugin for WordPress Community Blog Sites?
- Display encrypted content on my website
- Notify comment author upon reply
- Modify wp_installed_email / wp_new_blog_notification
- Individual Comment Notification Setting For Post Author
- Send a Notification to a WordPress Theme
- How to customize maintenance mode notification in wordpress?
- After form submission want to show success message in the form page
- Custom User Notice Upon Login
- How to show a message to a user?
- Mobile Notification on a blog post
- Different email notifications (about pending posts) to different users
- Notification When Post Approved
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- Notifications on WordPress Website [closed]
- Notifications Bar on home page only
- How to Deobfuscate a sourcecop protected WordPress plugin?
- Email notification when registred user clicks a link/visits page
- Theme My Login Shortcode Doesn’t Return Anything
- How retreive saved data from gravity forms in my template?
- is_rtl returns false while it should return true
- issue in wp_localize_script
- Import MS-Access data file to make the searchable page
- License validate function
- Sanitize $_GET variable when comparing
- Include Minit plugin in theme [closed]
- Plugin for an interactive image? [closed]
- Where can I save plugin data?
- echo get_option in header template
- How to display all functions (hooks, filters, or custom php) used on a page inline
- wp_enqueue_style on template_redirect level?
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- Clear out old images, any advice?
- problem with sql query
- Access post title from custom meta box on title change
- How to add a new column with text fields to WooCommerce Cart List?
- How to use filter to disable adding a product to wishlist?
- Running multiple security plugins
- Save user total active time after login in wordpress [closed]
- add_query_arg not work in admin
- Add a “View all” button on WooCommerce product archives pages
- Opening a JQuery modal window on click of a button with a JQuery plugin
- I am trying to make a field show and save from quickedit screen
- Merge tags in multistep Gravity Form?
- Add to array, redirect and display
- How to track analytics with a WordPress site under the same domain as my main site?
- Can I clone plugin folder to another directory so that I don’t have to reinstall them?
- correctness of URL
- Woocommerce: limit user to see only the products he created
- Woocommerce singe product custom gallery output works just on the first slide
- how do I secure my WP website from hackers? [closed]
- How do I set up XAMPP to allow me to download plugins and themes?
- How can I load the css and jquery explicitly for the login screen
- Overriding an Array in a Plugin’s Class/Function from functions.php
- wp_redirect doen’t work
- Canvas | Bouncing balls within a container (with gravity and collisions and background-images on the balls)
- Plugin translation not working on WordPress.org
- PHP if statement with German umlauts [closed]
- Send email with list of active plugins upon activation/deactivation
- OceanWP settings are missing from Add New Post [closed]
- Built a second plugin but it overwrote the first one
- WordPress gtag.js with User ID tracking
- Creating a functionality plugin to edit seriously simple podcasting
- Override plugin class which has namespace
- in source code but I can’t find it in files or plugins
- Historical customisations won’t go away [closed]
- Is it unethical to remove another plugin’s meta keys?
- Disable plugin If slug contains specific word
- How to include a custom field in the woocommerce email?
- get_comments_number() giving wrong results! What are alternatives?
- Plugin temporary files and files to download via FTP
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Why does this code snippet create a critical error on my site? [closed]
- What is the purpose of a companion plugin
- woocommerce search by sku and title ajax
- How to extract a .wp-env.json or composer.json containing plugin versions from a production website?
- jQuery Click event is not fired at all
- WordPress: Add custom add_filter for custom functions
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- Is there a script to collect all hooks and filters provided by a plugin?
- How to manipulate the content within wp_head
- Getting error “Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘FILEPATH/cccatalog-plugin.php on line 1656”
- Change in one place the data about the company, which are placed on several pages
- Programatically upload a file to be stored inside blob field in database, NOT on filesystem
- Woocomerce add info after order email prouct item
- Updating WordPress plugin admin panel footer text
- WordPress super admin login issue. (Automatically logout)
- How do I add a plugin dependency to my customized theme?
- WordPress – source link plugin – how to modify it?
- How WordPress core manage the plugin installation
- Flickering sidebar when scrolling page [closed]
- How to add table class for tables of TinyMCE advanced wordpress plugin? [closed]