Questions tagged [sendinblue]

129 questions
8
votes
2 answers

SendInBlue PHP API with Codeigniter

I'm using the Codeigniter framework and trying to integrate with SendInBlue's PHP API. Their PHP documentation is not super helpful and the setup instructions on Github not clear either. The doc says to "Download the files and include…
remyremy
  • 3,548
  • 3
  • 39
  • 56
6
votes
1 answer

SendInBlue API .NET6 Core Razor Pages in C# AddContactToList catching and throwing error

I a using the exact code here https://developers.sendinblue.com/reference/addcontacttolist-1 to add a user to a list. It all works, user is created/updated (if exists) then the user is added to the list. However, when adding to the list it throws an…
Zippy
  • 455
  • 1
  • 11
  • 25
4
votes
0 answers

Send Attributes from API for Template

I can not send additional attributes from my site (API v3). In Template #1 I create text frame ID: {{ params.postid}} Name: {{ params.postname}} and from my site run my PHP code. require_once($_SERVER['DOCUMENT_ROOT'] .…
4
votes
0 answers

(1/1) InvalidArgumentException Driver [mails] not supported

Laravel 5.4 forgot password show this error (1/1) InvalidArgumentException Driver [mails] not supported. I'm using laravel Auth and My mail driver is sendinblue and this is my…
naseeba c
  • 1,040
  • 2
  • 14
  • 30
3
votes
2 answers

SendinBlue, guzzle: Connection refused

I'm working on a project where I need to send transactional emails to my clients. The following error appears when sending the request. I use SendinBlue V3 SDK. Exception when calling TransactionalEmailsApi->sendTransacEmail: Connection refused for…
peterhillie
  • 107
  • 1
  • 13
3
votes
1 answer

Example in c# Send a transactional with sendingblue v3 : sib_api_v3_sdk

i would love to know if someone use the sib_api_v3_sdk to send transactional email in c#, i try this code but i am not sure : var EmailSender = "services@magental.com"; var EmailTo = receiver_email; var…
Tamil Cantroz
  • 125
  • 2
  • 11
3
votes
1 answer

Setting up Sendinblue mail service with Google Apps Script

I am trying to set up Sendinblue's mail service with Google Apps Script as follows: code.gs function sendInBlue(){ eval(UrlFetchApp.fetch('https://cdn.rawgit.com/mailin-api/mailin-api-node-js/master/V2.0/mailin.js').getContentText()); var client =…
beano
  • 932
  • 1
  • 15
  • 28
2
votes
2 answers

Parameters in SendInBlue API (Brevo) does not work. Anyone facing the same problem?

Since yesterday I've been trying to pass parameters through the SendInBlue API but it just doesn't work. I've tried everything. I've seen many code examples, but unfortunately it doesn't work. I even used as an example the code in C# that they put…
2
votes
0 answers

Having trouble showing pictures in email send with sendinblue

We've been using sendinblue recently and i've managed to be able to set everyhing up and send emails using my own C# program. In the email I have a link to an image with a tag. Whenever these emails are send internally for testing I always get the…
Theun Arbeider
  • 5,259
  • 11
  • 45
  • 68
2
votes
1 answer

Create contact and add it to a list SendinBlue C#

I want to use SendinBlue API on my website but I am facing two problems. I want to create a new contact from an email and add this new contact to a contact list on the SendinBlue website. In order to do it, I am following this page…
ElliotCK
  • 21
  • 2
2
votes
3 answers

How to escape ampersand using laravel mail and gmail

I am using Laravel Mail for sending emails via SendInBlue. It was all working just fine but today I started to face an issue which was not present before. Issue happens with a link generated in the blade email template. This is example of code which…
2
votes
1 answer

how to send reset password email at the creation of my user in django API?

I build an API with django and I'm automating the welcome email at creation of one user with Sendinblue. I have no problem at this step. (so we are at the url /add_user/) I have a second url to send a link (uid + token) to a user (thanks to his…
LucieDevGirl
  • 177
  • 10
2
votes
1 answer

Failing to create contact with attributes with SendInBlue Api

I'm trying to populate the FIRSTNAME attribute for SendInBlue when creating a contact (using their official C# wrapper). But it keeps displaying this exception: {"Error calling CreateContact: {\"code\":\"invalid_parameter\",\"message\":\"attributes…
MattHodson
  • 736
  • 7
  • 22
2
votes
1 answer

How to add php variables in php Sendinblue emails?

I want to send emails in php using Sendinblue transactional email. The problem is I need to add php variables in my email, but after I received it, the php variables didn't change to texts! This is what I…
HosteyMega
  • 25
  • 7
2
votes
1 answer

Send In Blue : sending mail with attachement to sendinblue

I'm trying to send attachment to sendinblue (version 3) using sendTransacEmail () method, below is my code for Sending a transactional email, import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import…
Swadeshi
  • 1,596
  • 21
  • 33
1
2 3
8 9