Skip to content

Allow sending email on local/staging with flag

Choose a tag to compare

@octoxan octoxan released this 10 Apr 15:25
· 51 commits to master since this release
7de152f

Allow sending email in local or staging by setting DISABLE_MAIL to false in the wp-config.php of local or staging.

define('DISABLE_MAIL', true);

Full Changelog: 1.2.0...1.3.0