Questions tagged [sparkpost]

SparkPost is a cloud-based email delivery service. SparkPost provides a RESTful API along with SMTP integration. It features real-time analytics, performance, and scalability. Please do not post your API Key in your questions :)

SparkPost is a cloud-based email delivery service. SparkPost provides a RESTful API along with SMTP integration. It features real-time analytics, performance, and scalability.

Please be careful not to post your API key in any question. If you do post your API key, even if you edit the question to remove it, delete your key and create a new one.

119 questions
2
votes
1 answer

Namecheap SPF record setup for SparkPost not working

I'm having trouble getting SparkPost SPF record setup correctly with my Namecheap domain. I have the type set as TXT, host set as @, and the value set as v=spf1 include:sparkpostmail.com ~all and TTL set to 1min for quick testing and my TXT record…
Arthur Swails
  • 169
  • 14
2
votes
1 answer

How to build a custom Firebase registration confirmation / validation / email reset

This is driving me completely bonkers. I cant use the firebase email system to notify the user about account validation email, email reset or email change becasue I cant change the language or template. So I started using Sparkpost. I already built…
2
votes
1 answer

CakePHP 2.x SparkPost Plugin

I was developing one web application in cakephp 2.2.3. that application I was using CakeEmail. But Now I want to implement SparkPost plugin for email deliver. I spend lots of time in google but not getting any satisfied result. All are code I found…
Chinmay235
  • 3,236
  • 8
  • 62
  • 93
2
votes
1 answer

SparkPost send mail exception

Sparkpost send mail - I have put jar file of spark post and following the same as provided by sparkpost developers but not able to send email . final String API_KEY = "xxxx"; sparky.sendMessage("xyz@abc.com", // from email …
Vaibhav Jain
  • 187
  • 2
  • 9
2
votes
1 answer

why is my firstname.lastname@gmail.com email on SparkPost policy_rejection list?

Sparkpost blockem my email in the form of firstname.lastname at gmail.com. I am getting: 554 5.7.1 recipient address suppressed due to customer policy Why would sparkpost block private email addresses like that?
Filip
  • 681
  • 7
  • 19
2
votes
1 answer

How to set reply_to/reply-to using SparkPosts Ruby API client?

It seems like I can't set reply_to in vals hash when I'm using SparkPost::Client.new().send_message(param1,param2,etc...). Egs here: https://github.com/SparkPost/ruby-sparkpost Meaning, when I send an email through the client - I want the end-user…
The Dembinski
  • 1,469
  • 1
  • 15
  • 24
2
votes
3 answers

How to get message_id of emails sent using transmission?

We're moving from Mandrill to SparkPost. We figured that SparkPost's transmission is the closest thing to Mandrill's send-template message call. Mandrill responded to those calls with a list of ids and statuses for each email. On the other hand…
jahu
  • 5,427
  • 3
  • 37
  • 64
2
votes
1 answer

HTML email a tag

I want to write html email with node.js app. Email is sent successfully. When I log text, it shows me something like this

Hi John!

Jack just shared graph with you

View…

Gor
  • 2,808
  • 6
  • 25
  • 46
2
votes
1 answer

SparkPost: Syntax for substitutions when sending messages via SMTP

I am trying to send messages via SparkPost.com's SMTP API, and use their key:value substitution during message generation. Not sure if my problem is simply syntax, or if my logic is wrong. I add this header during my SMTP conversation: X-MSYS-API:…
EddieB
  • 23
  • 4
1
vote
1 answer

How to disable Substitution data in SparkPost Transmission API

I dont want sparkpost to substitute any data in my email Content. I am sending mails one by one (this is my use case). I am facing issues when my content has {{
1
vote
1 answer

Sparkpost sending email using bash, CURL and SMTP protocol

I am trying to set up auto sending emails. I figured out how to do it via HTTP: curl -v \ -H "Content-Type: application/json" \ -H "Authorization: " \ -POST https://api.sparkpost.com/api/v1/transmissions \ -d '{ "options": { …
1
vote
1 answer

Retrieve my entire suppression list from Sparkpost

I hope someone can give me some guidance and maybe an example. I can't seem to find a way to do this. I need to retrieve my entire suppression list from Sparkpost using C#. I have searched all over and all I have found is what's on the API C#…
1
vote
1 answer

Send individual emails to multiple recipients without using BCC with the SparkPost API

Our Django app uses SparkPost as an email provider. A new feature we are implementing should allow users to create their own organizational emails and send them to whoever they wish. Now, these emails should be received as individual ones, not with…
dabadaba
  • 9,064
  • 21
  • 85
  • 155
1
vote
1 answer

Mails goes to spam if domain name differs from send from domain name

I do have a problem with mails going to spam. Basically I do have web application stage and live service with different domain names. If I do send mails from xdomain.com and use sending domain as xdomain.com mine mails goes to inbox, if I do send…
1
vote
3 answers

Using Java API TransmissionWithRecipientArray object, how can I set an element like a key value array ( Sparkpost )

I'm sending emails using the Java API TransmissionWithRecipientArray object against a template. I'm facing some problems with the substitution data. I have test this data in the template editor but I don't know how to introduce that substitution…
seldon851
  • 55
  • 9