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
0
votes
2 answers

Error when I send email SparkPost

First the "email send" works fine but now It doesn't work anymore and when I print the error this is the text: ERRORE {"name":"SparkPostError","errors":[{"message":"Message generation rejected","description":"Exceed Sending Limit…
Polly
  • 637
  • 3
  • 12
  • 25
0
votes
1 answer

Error while trying to install a package with npm

I need to install this package with. I'm in the node_modules folder and I do this: URL: https://github.com/SparkPost/node-sparkpost npm install sparkpost and I obtain this error: npm ERR! Linux 3.19.0-47-generic npm ERR! argv "node"…
Polly
  • 637
  • 3
  • 12
  • 25
0
votes
1 answer

I try to create an API Key but I obtain an error

I try to create an API but when I go in my dashborad and I create the new API key with all permission, when I click on the create button I obtain: Looks like this action has been disabled for your account. Anyone can help me?
Polly
  • 637
  • 3
  • 12
  • 25
0
votes
0 answers

SMTP error with CodeIgniter and SparkPost

I use the email library to send mail using SMTP. I was using Mandrill, and all was working fine. I now use SparkPost, and I have irregular error. CI Library returns blank error once in a while. The exact same mail can work ten times and fail one. My…
Matthieu
  • 563
  • 1
  • 7
  • 25
0
votes
1 answer

How to get a listed of delivered emails in last three days in SparkPost?

It should be with message events API but I don't see a solution. Could someone give me a hint? Best regards, Nedim
Nedim
  • 563
  • 1
  • 11
  • 23
0
votes
2 answers

SparkPost PHP reply_to not working

I am using SparkPost PHP API for sending emails and it seems like reply_to feature is not working. I tried to both ways with headers and with reply_to field. Any ideas what could be wrong? Domain name of reply_to emails is different as senders one.…
Smuk3c
  • 132
  • 7
0
votes
1 answer

Migrating from Mandrill to SparkPost -- Rails API

I am migrating from Mandrill to SparkPost and have a Rails back-end. The data structure I currently have is the following -- message = { subject: "Welcome", merge_vars: [{ rcpt: user.email, vars: email_vars(user) }], to:[{ email:…
Yasir
  • 879
  • 5
  • 13
  • 31
0
votes
1 answer

how to add email bulk list to address that returned from dataset using sparkpost

I am trying to add bulk mail list to addresses so that I can send that bulk mail list at a time.Here I have done this by looping into every record that returned from my dataset.Is there any better way to add that total dataset to the address list…
0
votes
2 answers

Transactional Email not sent from rails server in production on OpenShift but works fine in development

I have a Ruby on Rails (v4.1.5) application running on RedHat’s OpenShift. I was in the process of switching from Mandrill to SendGrid. In development I was able to add the following to my development.rb config file: ActionMailer::Base.smtp_settings…
0
votes
1 answer

Send an email from Chrome extension with Mailgun

I have a small Chrome extension that I use just for myself. Currently it uses Mandrill, but Mandrill is going to stop being free in about a month and I am looking for other ways to send emails from the extension. What I need is something really…
phr
  • 23
  • 5
0
votes
2 answers

Getting API Key from SparkPost / Heroku in python

I have installed SparkPost on heroku. The issue is that I cannot find any of the settings for SparkPost either to conect with domain or use the API. The easier route seems to install the sparkpost package with pip, but using the documentation, I…
disruptive
  • 5,687
  • 15
  • 71
  • 135
0
votes
1 answer

Retrieving specific data from changing snapshot key

I'm trying to retrieve JSON data from my firebase data from a constantly updated child. The snapshot key changed on every new data submission. (using sparkpost to send data to firebase). I am trying to figure out a way to structure my retrieval so…
bretth18
  • 53
  • 1
  • 2
  • 8
-1
votes
1 answer

How do I setup Sparkpost smtp

I am a bit confused with setting up Sparkpost SMTP. I need to send automatic email from my website to clients, for eg. a welcome message when they register, a reminder email for consultation etc. The website will automatically generate the email.…
-1
votes
1 answer

SMTP -> ERROR: Failed to connect to server: Connection timed out (110)

I'm getting this errors while trying to send an email via PHPMailer: Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/u722941258/public_html/old/account/access/mailer/class.phpmailer.php on line…
Diego Barreiro
  • 333
  • 8
  • 22
1 2 3 4 5 6 7
8