Post SMTP Install fails
-
Hi Guys,
I’m trying to setup Post SMTP on my Wordpess site to handle email. However, I’m getting this error when trying to install the plugin:
Installation failed: {“success”:true,”data”:{“install”:”plugin”,”slug”:”post-smtp”,”pluginName”:”Post SMTP Mailer\/Email Log”,”activateUrl”:”https:\/\/mywebsite.com\/wp-admin\/plugins.php?_wpnonce=40b2044899&action=activate&plugin=post-smtp\/postman-smtp.php”}} jQuery(document).ready(function() { jQuery(‘#sp-uninstall-link’).click(function() { var answer = jQuery(“#spuninstalldialog”).dialog({width: 600}) .find(‘:checkbox’).off(‘change’).on(‘change’, function(e){ if (this.checked) jQuery(‘#sp-url’).val(‘/wp-admin/admin-ajax.php?_fs_blog_admin=true&spf=uninstall&remove=storage’); else jQuery(‘#sp-url’).val(‘/wp-admin/admin-ajax.php?_fs_blog_admin=true&spf=uninstall’); }); }); });
Has anyone come across this issue before? What might be causing it?
Kind regards
Jimmy
- The topic ‘Post SMTP Install fails’ is closed to new replies.