mkurent
Forum Replies Created
-
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allHi Rajuru,
in this forum I cannot post a screen shot. Can we continue a discussion over email and later post a solution here, for other with a similar trouble.
Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allAnd I have also checked in the database, how this option is registered. Here is a snippet:
s:16:"enable_sparkpost";i:1;s:14:"sending_method";s:3:"api";Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allYes. From the drop-down it was selected HTTP API.
Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allHi @rajuru
WP is 4.2.2
The problem with “Could not instantiate mail function.” is (and this is my guess) since on the server we do not have SMTP server. We are using Mandrill API and there is no need to have SMTP server.
This error is generated by PHPMailer when wants to connect to SMTP which is not existing nor needed if you using HTTP API.
Look here: https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingIn order to regenerate this error you should disable SMTP server and use API. I am sure you will see the same problem.
The Safari problem is caused by Safari autofill. In that particular field Safari autofills WordPress username.
Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allUpdate: I have bee checking what is actually written in the database and the from_email filed is correct.
Strange enough, on display it gets overwritten by user name. I am using Safari in it looks like Safari is treating this field as password or something like this.
But still I cannot send mail. The same debug info persist.
Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allHi there:
PHP Version 5.5.9-1ubuntu4.14
Wordpress 4.xThe whole debug info is what I have already wrote: Could not instantiate mail function.
Host is DigitalOcean.And yes, I have enabled sparkpost.
We are doing migration from Mandrill and I taught that this would be much more simple.
Matej
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allAnd one more; when I cycle deactivate / activate the plugin all settings are forgotten. It looks like the setting were never recorded anywhere.
Matej
Yest. The permissions were not correct. Solved.