Skip to content
1 change: 1 addition & 0 deletions src/wp-mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
define( 'WP_MAIL_INTERVAL', 5 * MINUTE_IN_SECONDS );
}


$last_checked = get_transient( 'mailserver_last_checked' );

if ( $last_checked ) {
Expand Down
Loading