Pending Email SMTP

Add emails to a mailing queue instead of sending immediately to speed up sending forms…

Author:binmaocom (profile at wordpress.org)
WordPress version required:5.7.0
WordPress version tested:5.7.2
Plugin version:1.0.0
Added to WordPress repository:20-04-2021
Last updated:20-04-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:
Total downloads:799
Active installs:100+
plugin download
Click to start download

This plugin adds emails to a mailing queue instead of sending immediately. This speeds up sending forms for the website visitor and lowers the server load.
Emails are stored in database which are deleted after emails are sent.

You can send all outgoing emails via an SMTP server or (the WordPress standard) PHP function mail, and either use wp_cron or a cronjob (if your server/hoster supports this) to process the queue.

Plugin requires PHP 5.4 or above.