Questions tagged [sendinblue]

129 questions
2
votes
1 answer

how can I send emails from react using sendinblue?

I am working in React applications (using the .net core in the back-end) I have to send emails from the client side , we have to use sendinblue instead of mailgun , I need your help
Alwani Anis
  • 260
  • 3
  • 11
2
votes
1 answer

Symfony "Attempted to load class" error after upgrade to Symfony 4.2

I have a new error after upgrading, that should not be related to the upgrade. I am using SendInBlue Php Library in my project, loaded in my composer with : "sendinblue/api-v3-sdk": "*@dev", Used in my Service with: use…
Antoine Nedelec
  • 655
  • 8
  • 21
2
votes
4 answers

Sendinblue attachment

I try to send attachment pdf file. I get the email but no attachmetn. I have try to use https://github.com/sendinblue/APIv3-php-library/blob/master/docs/Model/SendSmtpEmail.mdenter $sendSmtpEmail = new \SendinBlue\Client\Model\SendSmtpEmail(); …
Elierak26
  • 38
  • 1
  • 1
  • 6
2
votes
1 answer

Insert a Variable of String into an array

I'm using a Sendinblue SMTP into my PHP project and I want to send transactionals emails to a dynamic list of emails, the problem is that I have a syntax error when I'm using a variable instead a string. For example, this code works great: …
2
votes
1 answer

use php to change which woocommerce email template is used (NOT Customising templates)

I've been presented with a problem from SendInBlue, the email marketing provider. To cut a long story short, SendInBlue only allows you to map the default woocommerce emails to the templates created in their software. The problem I have is we use…
blackhill24
  • 422
  • 14
  • 30
2
votes
1 answer

Woocommerce on Thank You Page get category to order_id

I have a Tracking Code javascript from sendinblue. I want to start an "automation" in this site for segmentation and, for that, I must send data from my site to sendinblue using its API. In Wocommerce's "Thank You" page, I need to know the…
2
votes
2 answers

How to convert a curl to be used to send a mail in php

Im trying to use the following curl sample to send 2 mail to the user and the owner. If I want to send the mail with thefollowing code in php how will I be able to do it? Actually, the sample code is from a service called sendinblue. I would love to…
Tony
  • 193
  • 1
  • 11
2
votes
1 answer

Laravel 5 password reset through sendinblue

I have a laravel 5 app and need to send a reset password link through a service sendinblue. How can I change the core functionality to use sendinblue in PasswordBroker.php? public function emailResetLink( CanResetPasswordContract $user, …
dang
  • 2,342
  • 5
  • 44
  • 91
1
vote
2 answers

Error importing SendInBlue in my NodeJS app?

I am refactoring my Node app to use ES6 import modules instead of requiring in files. I am unable to figure out how to make this work with my e-mail package SendInBlue because I get the error. TypeError: Cannot read properties of undefined (reading…
kissues
  • 185
  • 1
  • 10
1
vote
0 answers

Woocommerce Sendinblue email changed download url of product

My product is downloadable. I use WP Mail SMTP plugin and Sendinblue to send Woocommerce emails. After payment email is sent with the wrong product download url. For example: Woocommerce sends download link…
rokky
  • 59
  • 6
1
vote
0 answers

Laravel/SendinBlue Missing to parameter

I've been working with: https://github.com/agence-webup/laravel-sendinblue Setup everything I need but still I got one error: {"code":"missing_parameter","message":"'to' is required"} I tried to insert the To method, but also that didn't work. I'm…
peterhillie
  • 107
  • 1
  • 13
1
vote
2 answers

"Key not found" after fixing Python error: AttributeError: module 'sib_api_v3_sdk.configuration' has no attribute 'api_key' at Sendinblue.com

I am trying to send e-mail campaign mails with the SMTP API of Sendinblue.com, a cloud-based marketing communication software suite. I am running my configuration of the template script provided by Sendinblue as seen on the screenshot: My initial…
apingaway
  • 33
  • 1
  • 1
  • 17
1
vote
1 answer

Django Send Mail keeps throwing WSGI error

So i was this application in which when a user fill the form, I get an email with their details so that i can contact them. But when ever the form is submitted, it shows me this error. I couldn't find whats bugging the code. All the credentials are…
1
vote
2 answers

Sendinblue API V3 using autoload.php without composer

I try to send transactional emails with Sendinblue, using API V3 and php. I've tried to follow the documentation https://github.com/sendinblue/APIv3-php-library and I've read a lot of posts on Stackoverflow, like this one : How do I set…
Olivier
  • 11
  • 1
  • 4
1
vote
0 answers

SendinBlue API to kick off Automation

Been banging my head over this, basically I have workflow setup on Sendinblue, starts off with a filling in of a form and begins the if and else however I wanted to upload a CSV to website, send its data over the API and let it kick off the work…
RawalD
  • 361
  • 2
  • 14
1
2
3
8 9