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
1 answer

How to send multiple emails in one go with SparkPost PHP API?

I've successfully used the PHP transmissions endpoint in Sparkpost PHP API https://github.com/SparkPost/php-sparkpost#send-an-email-using-the-transmissions-endpoint with https://github.com/SparkPost/php-sparkpost#wait-synchronous but now I need to…
Alex Kerr
  • 956
  • 15
  • 44
0
votes
0 answers

Confirming domain on SparkPost

I am using SparkPost to handle all my email. I already have verified the domain and everything but recently I transferred my domain to another hosting site do I need to verify the domain there?Thanks in advance
Stephany Rocks
  • 15
  • 2
  • 11
0
votes
1 answer

Rails content-type not staying set. SparkPost?

I am sending out an email with actionmailer through SparkPost. I have set the content-type the following ways: in action model: default content_type: 'text/html' and in the model action: headers['Content-Type'] = 'text/html' I suspect that isn't…
bryanfeller
  • 336
  • 4
  • 8
0
votes
1 answer

ssmtp with sparkpost in docker

I'm trying to set up a simple email server for testing during development, but SSMTP keeps giving me "Invalid response SMTP server" even with -vvvv, I get no more information. My ssmtp config file looks like this right…
Cody Haines
  • 1,157
  • 10
  • 16
0
votes
1 answer

SparkPost client library for PHP: asynch promise.then() send not sending

I'm using the example from https://github.com/SparkPost/php-sparkpost#send-an-email-using-the-transmissions-endpoint with the asynch promise here: https://github.com/SparkPost/php-sparkpost#then-asynchronous Everything is installed properly using…
Banditvibe
  • 337
  • 3
  • 14
0
votes
0 answers

Getting duplicate HTML content in a generated mail

I am running a process which generates mail using template and send mail using sparkpost via SMTP server. Process sends approx 500K mails per day. But I am getting duplicate HTML content in around 2-3 mails per month which is strange. I have already…
Bhavesh
  • 882
  • 2
  • 9
  • 18
0
votes
0 answers

Creating a SparkPost Client With Node.Js

I'm trying to follow these instructions, and after I do the command prompt steps, it tells me to import and create an instance of the SparkPost class: const SparkPost = require(‘sparkpost’) const client = new SparkPost('YOUR API KEY') But I have no…
Dawn
  • 19
  • 5
0
votes
3 answers

PHP send email list to sparkpost API with curl

I would like to send email list to sparkpost API using curl here is the curl as in sparkpost docs curl -v \ -H "Content-Type: application/json" \ -H "Authorization: $API_KEY" \ -X GET…
0
votes
1 answer

SparkPost API "Invalid domain" Error

I am using this guide as a reference to set up Sparkpost Mailer in local server for my Laravel app but I am getting this error whenever I try to send a mail. I have also tried to copy using the same exact settings as the guide but I still get the…
0
votes
1 answer

How to setup SparkPost (E-mail API) with Freenom domain? How to setup MX DNS record?

I have read the Sparkpost documentation and have followed step by step... and waiting for my account to be verified ... Unfortunately, my account has been blocked without I know what is the reason ... Then I try to find the solution on the sparkpost…
Helmi Aziz
  • 43
  • 6
0
votes
1 answer

Testing Sparkpost SMTP RELAY

Ok I am using Yii2 mailer, but I need to test access to sparkpost smtp on regular bases. So I made an action that sends a email to Sparkpost when I call it. Now Is there a way to tell Sparkpost that this email is just a test so it will not send the…
Pablo Palacios
  • 2,767
  • 20
  • 37
0
votes
2 answers

SyntaxError: Use of const in strict mode inside github and codeship

I've found following error when I run grunt test inside my source code Github/Codeship. In setup command inside codeship, following code are configured like that. nvm install 0.12.6 nvm use 0.12.6 npm install grunt-cli bower -g npm install bower…
PPShein
  • 13,309
  • 42
  • 142
  • 227
0
votes
1 answer

Getting Unauthorized error trying to send email with Sparkpost (Laravel 5.4)

I've been following the Laravel Mail docs https://laravel.com/docs/5.4/mail to send email via a SparkPost account. When I try and send I'm getting ClientException Client error: `POST https://api.sparkpost.com/api/v1/transmissions` resulted in a `401…
Alex Kerr
  • 956
  • 15
  • 44
0
votes
0 answers

uncaughtException SyntaxError: Use of const in strict mode in sparkpost modules

{"level":"error","message":"uncaughtException SyntaxError: Use of const in strict mode.\n at Module._compile (module.js:439:25)\n at Object.Module._extensions..js (module.js:474:10)\n at Module.load (module.js:356:32)\n at…
PPShein
  • 13,309
  • 42
  • 142
  • 227
0
votes
2 answers

SparkPost suppression error and mail stops sending

I am using SparkPost for one of my Django website to send mails to users. I had an update on site so sending mails to all users. However few of users have deleted their Gmail id from Gmail and I understand that mails cannot be sent to those…
Pulkit Sharma
  • 264
  • 1
  • 2
  • 18