Forums
Home / Plugin: Solid Mail – SMTP email and logging made by SolidWP / wp cli bypasses smtp
(@janwoostendorp)
7 years, 9 months ago
The plugin works on the normal side. But since we use the wp-cli for cronjobs it is ignored.
I found the solution, just add a extra global declaration
global
/wp-smtp/wp-smtp.php:22
global $wsOptions; $wsOptions = get_option("wp_smtp_options");