@capuderg,
Good news. We were able to reload all DB tables. However, we were successful only after accomplishing the following (procedure):
(1) Deactivated the plugin, Admin Custom Login. Your plugin (V2.1.1 and up) does not like it (and vice-versa). Admin Custom Login generates (or depends) on the following options.php entry: action_scheduler_lock_async-request-runner. Click here for details.
(2) Deactivated and deleted current (corrupted) version of WP Mail SMTP (V2.2.1). Prior to deactivation, followed your above instruction.
(3) Deleted all WooCommerce entries located inside our wp_options DB table. We don’t use WooCommmerce. They must have been added, however, by an old plugin we no longer use.
(4) Removed affected /wp-admin/options.php entries per procedure provided by Slava Abakumov (@slaffik).
(5) Installed and activated WP MAIL SMTP V2.1.1. Installing V2.2.1 first did not install all required DB tables.
(6) Updated WP MAIL SMTP to V2.2.1. Updated plugin settings.
(7) Reactivated the plugin, Admin Custom Login. Updated plugin settings.
In short, your plugin V2.1.1 (and up) — with the introduction of the actionscheduler DB tables — has caused conflicts with several other plugins (and WP Admin crashes) as reported in this forum. Once the conflict is identified, the above steps fix the issue.
Prior to V2.1.1, we NEVER had this problem. Would be great if you can provide more info as to why these new DB tables were added. Please refer us to a link or knowledge base that explains better why were they added to your plugin. Simply stating “to improve functionality” does not help us understand the downstream impact of future updates.