Title: Unified &#8211; Email Log, Email Queue, Page cache and more
Author: Daev.tech
Published: <strong>November 8, 2023</strong>
Last modified: July 11, 2024

---

Search plugins

![](https://ps.w.org/unified/assets/banner-772x250.png?rev=2991904)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/unified/assets/icon-256x256.png?rev=2991904)

# Unified – Email Log, Email Queue, Page cache and more

 By [Daev.tech](https://profiles.wordpress.org/daevsupport/)

[Download](https://downloads.wordpress.org/plugin/unified.1.2.0.zip)

 * [Details](https://twd.wordpress.org/plugins/unified/#description)
 * [Reviews](https://twd.wordpress.org/plugins/unified/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/unified/#installation)
 * [Development](https://twd.wordpress.org/plugins/unified/#developers)

 [Support](https://wordpress.org/support/plugin/unified/)

## Description

Unified aims to provide standard functionality that almost all sites use or should
use, such as page caching, clean responses, custom SMTP and good security.

**Our current features:**

 * **Email log**
    - Searchable list of email sent from the site, where emails content can be viewed,
      re-send and more.
 * **Email Queue**
    - Never make the user wait for emails being sent by the system again, where 
      it might fail
    - Queue emails and send the emails in the background instead, with support for
      retrying when mails cant be sent.
 * **Page caching**
    - Very fast page caching – Just enable and we take care of the rest
    - WooCommerce support
 * **SMTP setup**
    - Configure a custom SMTP server to send your emails through
 * **Clean-up**
    - Clean up the response generated by WordPress
 * **Security**
    - Configure security headers to make your site more safe
    - Enable header X-Frame-Options
    - Enable header X-Content-Type-Options
    - Enable header Referrer-Policy
    - Enable header Strict-Transport-Security (HSTS)

Our goal is to make the functionality simple, with high performance and low memory
footprint, over the cost, which is that it can not support all the same features
as the specialized plugins.

But the argument here is that simplicity, high performance, low memory usage and
easy setup is more important than frontend users gets served 10ms faster with the
bloated specialized plugins.

Having specialized plugins for common functional needs could seem like a good idea,
but they are often over-engineered and bloated.
 Each plugin often has its own libraries
loaded, configurations, files and more to make it work.

So you have to configure them in different places and they may not even work well
together.

Also, having many plugins, tend to make to the admin section (/wp-admin) very slow,
as it often loads the entire world in all plugins, each of them checking their licenses
etc.

**What if Unified doesnt support feature X that I need?**

Unified does not intend to be the plugin with all functionality, but only the have
the basics with high performance.
 But we would appreciate your input, if you feel
like something is missing. Please contact [support@daev.tech](https://twd.wordpress.org/plugins/unified/support@daev.tech?output_format=md)
for the details.

As example, if you need another SMTP plugin with a certain feature set, you can 
just install that and disable it in Unified.
 When you disable features in Unified,
you **really** disable it, so that it no longer loads anything.

### Plan for Unified

We have great plans for Unified and many features planned already.

Our ultimate vision for Unified, is that our users use Unified as a base plugin 
on their sites, to cover most of the standard functionality that most sites use.

## Screenshots

 * [[
 * Shows the configuration screen of the plugin, where you setup and configure the
   features in Unified
 * [[
 * Email log, where queued emails or sent emails can be seen

## Installation

**Here is how you get started:**

 1. Upload the plugin files to the `/wp-content/plugins/unified` directory, or install
    the plugin through the WordPress plugins screen directly
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Configure the plugin in menu Unified->Configuration
 4. Enjoy

## FAQ

### Do you offer support?

Yes we do, you can contact us at [support@daev.tech](https://twd.wordpress.org/plugins/unified/support@daev.tech?output_format=md)
for support.

### Where can i contact you with new ideas and bugs?

If you have an idea for improving Unified or found a bug in Unified, we would love
to hear from you on:
 [support@daev.tech](https://twd.wordpress.org/plugins/unified/support@daev.tech?output_format=md)

### Do you support multisite

Not currently. We have not tested on multisite, so some features will probably work
and some might not.

## Reviews

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

### 󠀁[Replaced multiple plugins](https://wordpress.org/support/topic/replaced-multiple-plugins/)󠁿

 [lhcj](https://profiles.wordpress.org/lhcj/) May 9, 2024

Was actually looking for a email log plugin, but found this. So I tried out what
it could do. Turned out it the plugin was able to replace my old email log plugin,
SMTP plugin and one that adds security headers. And works very well also! So less
plugins is a total win.

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

### 󠀁[Great plugin. Simple and straight to the point](https://wordpress.org/support/topic/great-plugin-simple-and-straight-to-the-point/)󠁿

 [agencyboard](https://profiles.wordpress.org/agencyboard/) April 16, 2024

Pretty simple to configure and use. We use page cache, security headers and have
set up a custom SMTP with mailgun. Works as expected.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/unified/reviews/)

## Contributors & Developers

“Unified – Email Log, Email Queue, Page cache and more” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ Daev.tech ](https://profiles.wordpress.org/daevsupport/)

[Translate “Unified – Email Log, Email Queue, Page cache and more” into your language.](https://translate.wordpress.org/projects/wp-plugins/unified)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/unified/), check out
the [SVN repository](https://plugins.svn.wordpress.org/unified/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/unified/) by [RSS](https://plugins.trac.wordpress.org/log/unified/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * Bugfix: Fix email not being sent when email queue is not enabled together with
   email log
 * Bugfix: Fix permission problems when created the upload dirs

#### 1.1.0

 * Feature: Add email queue, to be able to queue up emails and not have the system
   wait for it to send
 * Feature: Add email log functionality, which adds page that shows emails sent 
   from the site, so you can view it again or re-send it
 * Feature: Add email test functionality, so email sending can be tested on configuration
   page
 * Improvement: Improve configuration page, make it easier to navigate

#### 1.0.0

 * First official release
 * Such cool, much wow
 * Feature: Page caching with PHP Must-Use plugin
 * Feature: Custom SMTP support
 * Feature: Clean up WordPress output, by disabling all kinds of not-needed output
 * Feature: Add security headers, such as “X-Frame-Options”, “X-Content-Type-Options”,“
   Referrer-Policy”, “Strict-Transport-Security (HSTS)”

## Meta

 *  Version **1.2.0**
 *  Last updated **2 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.7 or higher **
 *  Tested up to **6.6.5**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/unified/)
 * Tags
 * [email log](https://twd.wordpress.org/plugins/tags/email-log/)[email queue](https://twd.wordpress.org/plugins/tags/email-queue/)
   [page caching](https://twd.wordpress.org/plugins/tags/page-caching/)[Security Headers](https://twd.wordpress.org/plugins/tags/security-headers/)
   [smtp](https://twd.wordpress.org/plugins/tags/smtp/)
 *  [Advanced View](https://twd.wordpress.org/plugins/unified/advanced/)

## Ratings

 5 out of 5 stars.

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

[Add my review](https://wordpress.org/support/plugin/unified/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unified/reviews/)

## Contributors

 *   [ Daev.tech ](https://profiles.wordpress.org/daevsupport/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/unified/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://daev.tech/?utm_source=wordpress.org&utm_medium=referral&utm_campaign=donate)