rajuru
Forum Replies Created
-
Forum: Plugins
In reply to: [SparkPost] SMTP Method (Port 587 and Port 2525) does not work@jono543
From the screenshot, it looks like your port is not blocked. Your domain (where wordpress is installed) doesn’t match your registered sending domain. Please specify From email in the settings panel using a domain that you’ve added (and verified) in sparkpost.Forum: Plugins
In reply to: [SparkPost] SMTP Method (Port 587 and Port 2525) does not workYou can ssh to your server where the wordpress site (plugin) is installed. Then telnet from there.
telnet smtp.sparkpostmail.com 587
Forum: Plugins
In reply to: [SparkPost] SMTP Method (Port 587 and Port 2525) does not workYou’re telnet’ing from your computer? That’s actually inbound for the server. Try to telnet sparkpost (587, 2525) from inside your server.
HTTP works because it works on port 80/443 which is generally open everywhere. You won’t face issues unless not everything supported in HTTP yet. Test it with your use cases and if things work like you want. If there are issues please post on https://github.com/SparkPost/wordpress-sparkpost which is easier to track.
Thanks
Forum: Plugins
In reply to: [SparkPost] SMTP Method (Port 587 and Port 2525) does not workSMTP did not work because your server’s firewall is blocking outgoing connection of port 587 and 2525.
Forum: Plugins
In reply to: [SparkPost] Usage of email templatesHi @amrinh
Can you use the Test email feature that is available in plugins settings page. Don’t forget to checkShow email debugging messages
. Please create an issue on https://github.com/SparkPost/wordpress-sparkpost/pulls with the debug message (remove any private information while you do that).Thanks
Forum: Plugins
In reply to: [SparkPost] WordPress integration not working at allAs you’ve opened an issue in github, I’m closing this one. Thanks
Forum: Plugins
In reply to: [SparkPost] Former Mandrill Users – Were You Happy with the Switch?As I didn’t hear back, I’m marking it as resolved. If not, please either reopen it or submit in our plugin repo (https://github.com/SparkPost/wordpress-sparkpost/issues)
Thanks
Forum: Plugins
In reply to: [SparkPost] Can't get SparkPost to work with CF7Do you’ve any relevant log about this issue. May be error_log (or similar) may have more information. I’ve used Contact Form 7 with SparkPost and it seemed to work without any issues (though I don’t have Flamingo installed). Can you try disabling it? If it’s your production site, you may try it in another installation.
Thanks
Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentials@cliff Seal
Sorry, I missed to provide the link. Thanks to @razorfrog for providing that.I’m marking it as resolved. If not, please either re-open it or (preferably) create an issue on https://github.com/SparkPost/wordpress-sparkpost/issues
Thanks
Forum: Plugins
In reply to: [SparkPost] Plugin cannot be activated error@solider99
The latest version should fix this issue as we’ve changed the anonymous method.Thanks
Forum: Plugins
In reply to: [SparkPost] Mail being sent as plain textHello @dk
Please create an issue in https://github.com/SparkPost/wordpress-sparkpost/issues with the debug messages that you get in the test email. We’ll try to help you over there.Thanks
Forum: Plugins
In reply to: [SparkPost] SparkPost HTTP API emails don't hit sparkpostHello @bobbytables
If the plugin works after you overrideSend
method, it means there must be some other plugin that is modifying Mailer. In our plugin, we set the Mailer as sparkpost which is the reason phpMailer eventually calls thesparkpostSend
method.Forum: Plugins
In reply to: [SparkPost] Cron job – not working due to plugin@mcserban
Your fix will work. Also we’ll be releasing (today/tomorrow) a newer version that will also fix this.Forum: Plugins
In reply to: [SparkPost] Cron job – not working due to pluginHello @mcserban
The error looks like due to the anonymous method. Are you sure you’re using PHP ~5.3.0? It should be fine with php5.3.Forum: Plugins
In reply to: [SparkPost] Sparkpost doesn't use gravity forms mail credentials1) There is a discussion going on. And on@razorfrog thinks it might have been fixed. You’re welcome to join the discussion there.
2) https://github.com/SparkPost/wordpress-sparkpost
This is the repo. You can fork it and submit a pull request. We’ll take care of the rest.Thanks