Error Verifying Sender
If you’re seeing an error when trying to verify a new domain or email address in WP Offload SES, there are a few possible causes and solutions. SES Account Not…
A collection of resources for WordPress Developers, written and curated by experts
If you’re seeing an error when trying to verify a new domain or email address in WP Offload SES, there are a few possible causes and solutions. SES Account Not…
Emails Failing to Send Enable debug logging by editing your wp-config.php file to replace this line: define( ‘WP_DEBUG’, false ); With the following lines: define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, false);…
DomainKeys Identified Mail (DKIM) is an authentication method that verifies that the email actually came from the domain that sent it. When an email is sent out with DKIM, it…
This is the legacy way to connect to our Composer repository. Check out the new authentication method. All of our premium plugins and addons can be installed using Composer, similar…
If you are using Safari as your browser for running an Export, and you have the “Compress file with gzip” checkbox selected, you may notice that the exported file is…
Introduction This guide aims to help you start sending your site emails through Amazon SES with WP Offload SES as quickly as possible. This article covers the following steps: Login…
All settings in WP Offload SES can be defined using constants in your wp-config.php file. Main Settings define( ‘WPOSES_SETTINGS’, serialize( array( // Send site emails via Amazon SES. ‘send-via-ses’ =>…
This guide shows how to activate WP Offload SES and your license key. A valid license key is required for WP Offload SES to receive plugin updates or provide access…