Questions tagged [sendinblue]
129 questions
0
votes
0 answers
Endless 'The thread 0x2cf0 has exited with code 0 (0x0)' when I run Sendinblue (brevo) email sending code
I have a class named BrevoEmailSender which functions to send transactional email using the Brevo (previously named Sendinblue) See Here..
using System;
using System.Diagnostics;
using Microsoft.AspNetCore.Identity.UI.Services;
using…

Waller
- 433
- 1
- 6
- 20
0
votes
1 answer
Sendinblue/Brevo : 2 HTML-Forms interfere with each other
I have integrated 2 BREVO Forms (HTML/ajax type) in one of my webpage:

sylvain
- 853
- 1
- 7
- 20
0
votes
0 answers
Custom mail server does not receive mail from outside
I am using Brevo / SendInBlue as an external SMTP as it can be found on the Internet (e-g: https://phoenixnap.com/kb/postfix-smtp#ftoc-heading-7).
My issue is that I can send email but I am not able to receive it.
postfix main.cf :
# See…

PommeGolden _
- 21
- 6
0
votes
0 answers
How to send an image in an email with sendinblue node?
Im sending a password reset email and as its content im rendering html. In my backend (node) I use path to get the relative path so I can add an image but its not being displayed. Only when I host the image somewhere, I can add it to my html.…

learncode
- 127
- 6
0
votes
0 answers
Sendinblue Catch DoubleOptIn Confirmation
i am using php to create new newsletter user via api. With adding the user to the list the workflow for the DoubleOptIn, created in Sendinblue, gets started. After the confirmation of the user, i want to send an email to the user, but not via…

D.Schall
- 53
- 6
0
votes
0 answers
sendinblue: Add X-SMTPAPI header to avoid email delivery delays
When a user signs up on our website, we send them a verification email. We would like to ensure the delivery time of this email.
We have been using sendgrid to send these emails. By following this notice, we add X-SMTPAPI header to the emails as…

SoftTimur
- 5,630
- 38
- 140
- 292
0
votes
0 answers
Sendinblue sib-api-v3-sdk sdk throwing 401 Unauthorised error in production
Working fine in local but when deployed in render throwing this error. Checked api-key is correct in prod but still can't find any solution.
const Sib = require('sib-api-v3-sdk')
const client = Sib.ApiClient.instance
const apiKey =…

naveen mohanty
- 1
- 2
0
votes
0 answers
How do I improve a low double opt-in rate?
I have a website that contains a form that allows the user to subscribe to my email newsletter. I use SendInBlue as my email provider.
I use a double opt-in process. Here's the process.
Once the user submits their email address, I forward the…

zzzz8888
- 23
- 3
0
votes
2 answers
set contact attributes of type "category" with the Sendinblue API
with the sendinblue API I would like to start the double opt-in process for a new contact. That works fine with the example code from the docs:
https://developers.sendinblue.com/reference/createdoicontact
const SibApiV3Sdk =…

Jochen Kunze
- 583
- 1
- 5
- 17
0
votes
0 answers
SENDINBLUE - AppScript: Attachment file
I use the appscript to trigger an email via sendinblue, but I need to add an attachment to the code.
I've tried the code below, but the attachment didnt worked. How should I add the attachment parameter in this code?
var data = { "sender":…

Caio
- 1
- 2
0
votes
0 answers
Can't send email with sendinblue after deployment
I created a MERN project, implemented email feature with sendinblue. Everything works fine locally but after deploy to render.com can't send email.
I use API key to connect, do I have to use SMTP to deploy?
I don't have a domain and using gmail…

Joe
- 53
- 4
0
votes
0 answers
Choose Transactional Email
Full disclosure: I am very new to coding and I really don't know what I'm doing. Currently trying to send multiple transactional emails using SendinBlue SMTP API based on the one I pick. I have already made the templates on SendinBlue, but how do I…
0
votes
0 answers
Comparing id betwen config value and API output
I want to check if the fields 'id' and 'folder_id' of api_response equal certain values (here, respectively 25 and 17). If it does, return true, else return false. My problem is that my script returns false when it should return true because the…

MDUB77
- 65
- 5
0
votes
0 answers
How to configure mail.php and service.php in laravel 9 project when i use Sendinblue smtp service
In development it works perfectly, the emails reach the recipient, but when I display the project in cpanel I get a 500 error when my client presses the send button.
Currently my configuration is like…

Gustavo
- 1
- 1
0
votes
1 answer
Sendinblue PHP API - multiple recipients only sends to last in array
I am trying to send emails to multiple recipients using SendinBlue's API v3 Php Library (https://github.com/sendinblue/APIv3-php-library).
The following code, I think, it set up correctly - in that the code goes down printing the $result part of the…

4532066
- 2,042
- 5
- 21
- 48