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
/wp-smtp/wp-smtp.php:22
global $wsOptions;
$wsOptions = get_option("wp_smtp_options");
-
This topic was modified 8 years, 12 months ago by
Jan-Willem.