{"id":170884,"date":"2023-02-16T23:28:14","date_gmt":"2023-02-16T23:28:14","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/asynchronous-emails\/"},"modified":"2023-02-16T23:27:40","modified_gmt":"2023-02-16T23:27:40","slug":"asynchronous-emails","status":"publish","type":"plugin","link":"https:\/\/gl.wordpress.org\/plugins\/asynchronous-emails\/","author":18261195,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.1.10","requires":"5.9","requires_php":"7.4","requires_plugins":"","header_name":"Asynchronous Emails","header_author":"Mohamed Endisha","header_description":"Send Wordpress emails asynchronously.","assets_banners_color":"cccccc","last_updated":"2023-02-16 23:27:40","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/endisha.ly\/","header_author_uri":"https:\/\/endisha.ly","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1322,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":{"1.0.0":{"tag":"1.0.0","author":"endisha","date":"2023-02-16 23:27:40"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2866758,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2866758,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2866758,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2866758,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2866758,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2866758,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Queue list","2":"Settings"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8906,218183,2483,17738,268],"plugin_category":[40,41],"plugin_contributors":[197510],"plugin_business_model":[],"class_list":["post-170884","plugin","type-plugin","status-publish","hentry","plugin_tags-async","plugin_tags-async-emails","plugin_tags-emails","plugin_tags-mails","plugin_tags-scheduling","plugin_category-calendar-and-events","plugin_category-communication","plugin_contributors-endisha","plugin_committers-endisha"],"banners":{"banner":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/banner-772x250.png?rev=2866758","banner_2x":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/banner-1544x500.png?rev=2866758","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/icon-128x128.png?rev=2866758","icon_2x":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/icon-256x256.png?rev=2866758","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/screenshot-1.png?rev=2866758","caption":"Queue list"},{"src":"https:\/\/ps.w.org\/asynchronous-emails\/assets\/screenshot-2.png?rev=2866758","caption":"Settings"}],"raw_content":"<!--section=description-->\n<p>Asynchronous Emails is a powerful WordPress plugin that enables you to send emails asynchronously using cron jobs, providing an efficient and optimized way to send emails on your website. By scheduling emails to be sent using cron jobs instead of sending them immediately, you can reduce server load and ensure that emails are sent in a timely and efficient manner, especially when sending bulk emails. This helps prevent delays and performance issues, leading to an overall improvement in website performance.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>Email log: The plugin provides a log of all processed emails, making it easy to keep track of sent emails and troubleshoot any issues.<\/li>\n<li>Resend cancelled emails: If an email is cancelled or fails to send, this plugin provides an option to easily resend the email.<\/li>\n<li>Failed attempts: The plugin allows you to configure the number of attempts to send an email, which helps ensure that important emails are successfully delivered.<\/li>\n<li>Automatic record cleanup: The plugin offers the option to remove old records automatically after a certain time period or interval, ensuring that your email log stays up to date and doesn't become cluttered with outdated information.<\/li>\n<\/ul>\n\n<h4>Requirements<\/h4>\n\n<ul>\n<li>WordPress 6.0 or newer.<\/li>\n<li>PHP version 7.4 or newer. PHP 8 or newer is recommended.<\/li>\n<\/ul>\n\n<h4>Configuring Cron Jobs<\/h4>\n\n<p>To use this plugin and send emails asynchronously, you'll need to configure a cron job on your web server. A cron job is a scheduled task that automatically runs at specified intervals. Here's how you can set up a cron job:<\/p>\n\n<ul>\n<li><p>Log in to your web server control panel, such as cPanel or Plesk.<\/p><\/li>\n<li><p>Find the option to manage cron jobs and select it.<\/p><\/li>\n<li><p>In the \"Add New Cron Job\" section, specify the frequency at which you want the cron job to run, for example, every hour or every day.<\/p><\/li>\n<li><p>In the \"Command\" field, enter the following command:<\/p>\n\n<pre><code>wget -q -O - https:\/\/[DOMAIN]\/wp-cron.php?doing_wp_cron\n<\/code><\/pre>\n\n<p>Make sure to replace [DOMAIN] with the URL of your WordPress website.<\/p><\/li>\n<li><p>Save the cron job.<\/p><\/li>\n<li><p>Add the following code to your wp-config.php file:<\/p>\n\n<pre><code>define('DISABLE_WP_CRON', true);\n<\/code><\/pre><\/li>\n<\/ul>\n\n<p>Once the cron job is set up, the plugin will use it to send emails asynchronously.<\/p>\n\n<h4>Suggestions\/Feature Request<\/h4>\n\n<p>We value your feedback and ideas. If you have suggestions or feature requests, please feel free to get in touch with us.<\/p>\n\n<!--section=installation-->\n<h4>Minimum Requirements<\/h4>\n\n<ul>\n<li>PHP 7.4 or greater is recommended<\/li>\n<li>MySQL 5.6 or greater is recommended<\/li>\n<\/ul>\n\n<h4>Automatic installation<\/h4>\n\n<p>Automatic installation is the easiest option -- WordPress will handles the file transfer, and you won\u2019t need to leave your web browser. To do an automatic install of Asynchronous Emails, log in to your WordPress dashboard, navigate to the Plugins menu, and click \u201cAdd New.\u201d<\/p>\n\n<p>In the search field type \u201cAsynchronous Emails,\u201d then click \u201cSearch Plugins.\u201d Once you\u2019ve found us,  you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click \u201cInstall Now,\u201d and WordPress will take it from there.<\/p>\n\n<h4>Manual installation<\/h4>\n\n<p>Manual installation method requires downloading the Asynchronous Emails plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https:\/\/wordpress.org\/support\/article\/managing-plugins\/#manual-plugin-installation\">instructions on how to do this here<\/a>.<\/p>","raw_excerpt":"This WordPress plugin allows you to send emails asynchronously using cron jobs, instead of the default way of sending emails immediately upon sending.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/170884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=170884"}],"author":[{"embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/endisha"}],"wp:attachment":[{"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=170884"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=170884"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=170884"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=170884"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=170884"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=170884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}