rajuru
Forum Replies Created
-
Forum: Plugins
In reply to: [SparkPost] wordpress multisiteThanks for voting.
I guess the priority would be the possibily to set an API for the multisite installation using wp-config
can you elaborate this please?
Forum: Plugins
In reply to: [SparkPost] wordpress multisite@oreillemalade
Please feel free to upvote (+1) the github issues if you feel like it’s useful. It’ll be easier for us to decide what to build next :).I think the only way now is to test it. I suggest you try it in an multisite env. I’ll also do a test soon.
Thanks
Forum: Plugins
In reply to: [SparkPost] wordpress multisite@jaybirdjames
I’m sorry to say but no, the plugin doesn’t have that feature. If we see a many users similar use case we can surely consider it. I’ve created an issue to weigh that. https://github.com/SparkPost/wordpress-sparkpost/issues/99But, though I haven’t tested it personally, I believe it’ll work with single configuration.
Forum: Plugins
In reply to: [SparkPost] Attachments not workingSorry to know it’s not working as you expected. And unfortunately, it’s not a drop-in replacement of other plugins too.
Thanks for suggestion about clarifying the issue. I’ve just logged in issue https://github.com/SparkPost/wordpress-sparkpost/issues/96.
Thanks
Forum: Plugins
In reply to: [SparkPost] Attachments not workingYou can find more info about template and attachment here.
You can also specify template ID in the settings but when you wanna send attachments, you can use plugin hooks to remove the template just before calling wp_mail (and remove the filter after wp_mail).
Forum: Plugins
In reply to: [SparkPost] Attachments not working@tii
I just tested attachment with HTTP Mailer and seems it’s working.`
$pdf_path = dirname(__FILE__) . ‘/hello.txt’;
$headers = array();$attachments= array($pdf_path);
$result = wp_mail($recipient,
$subject,
$body,
$headers,
$attachments
);`I got the email with attachment delivered correctly.
Can you post the Request Body (shown in verbose log) so that I can inspect? Please mask any private data.
Also, are you using any Template (Specified a template ID in the plugin settings)?
Forum: Plugins
In reply to: [SparkPost] Attachments not workingI see you said JSON, so I assume you are using HTTP mailer. Is that right?
Forum: Plugins
In reply to: [SparkPost] Attachments not workingThanks for the snippet. What sparkpost mailer (smtp/http) are you using?
Forum: Plugins
In reply to: [SparkPost] Attachments not working@tii
Can you give some example usages? Like how did you invoke the wp_mail?Thanks
Forum: Plugins
In reply to: [SparkPost] WordPress New User emails password reset link not workingForum: Plugins
In reply to: [SparkPost] WordPress New User emails password reset link not workingI DO NOT have a tracking plugin.
No, I meant, if you’ve enabled tracking in the plugin.
> I don’t mind sending you the link but I’d rather not publish this here. I could create a new user for you so you can get the email yourself. I’d need an email for you though.
Slack will be best as we can exchange messages in real time (may be in DM). Yes, please don’t publish your link(s) here.
Forum: Plugins
In reply to: [SparkPost] WordPress New User emails password reset link not working> You say the issue has been addressed, but apparently it hasn’t been addressed for the French version of WordPress.
The actual problem was not caused by the plugin. It was a bug in our system. So this is not specific to any language. It’ll be good to get a sample of the original (not tracked) email in french version.
Forum: Plugins
In reply to: [SparkPost] WordPress New User emails password reset link not working@mariedi
This problem should already be fixed for good for all. I wonder (and apologize) as you’re still having the trouble.I would love to debug the issue more if you want to cooperate. Please join our slack channel (slack.sparkpost.com) and go to #wordpress. We can discuss it in more.
Forum: Plugins
In reply to: [SparkPost] Show multiple to addresses@oldno7jack
the latest version should fix this issue. please let me know if this issue still persists.Forum: Reviews
In reply to: [SparkPost] Easy to set up, 10,000 free emails per month.@perthmetro,
SparkPost now gives 100k free emails per month :).