Questions tagged [sendinblue]
129 questions
0
votes
1 answer
WooCommerce: Fatal Error_Call to a member function get_items() on boolean
I am experiencing a serious issue in relation to the mail service plugin and my website’s service is putting onto a halt because of this.
I am currently using Sendinblue’s plugin (both its standalone and its woocommerce addon). However, with these…

user7405721
- 11
- 2
0
votes
1 answer
Displaying Output from Basic API (PHP)
So I am using an API (SendInBlue - a transactional email service) and I am trying to use the API to display a list of the users on my webpage.
Below, SendInBlue has given me sample code to use, however when I put them together I just get a blank…

Scott
- 57
- 1
- 10
0
votes
1 answer
PHP Form Sending Issues (using SendInBlue)
I have a basic PHP contact form which I use on a couple of sites, which sends email using the SendInBlue API.
My problem is that I have the form working perfectly on 1 site, now I am using the EXACT same code for a second site and just changing the…

Scott
- 57
- 1
- 10
-1
votes
1 answer
How I can pass settimeout function inside of if condition in node js api?
I am working on mail sending api using node js and sendinblue, here i
wrote my api inside of if condition is satisfied after 1 day only mail
should send to user how i can pass here settimeout function here.
and can u give some suggestion after 1…

jaga b
- 21
- 4
-1
votes
1 answer
Problem with API on framework 4.6.1 and deploy with VS2017
I have a website that was developed a few years ago with the 4.5.2 framework and VS2015. Following two changes of technos integrated on the project (PDF generation and mail sending) I had to change the version of the framework to 4.6.1. This change…

Space
- 124
- 1
- 13
-1
votes
1 answer
MX record for transactional email
I am interested in purchasing a domain, say mydomain.net
My application, whose url I want to be mydomain.net, would send transactional email for authenticating new users. For this purpose I decided to choose Sendinblue.
I want the sender of my…

Asarluhi
- 1,280
- 3
- 22
- 43
-2
votes
1 answer
C# Method or Object cannot be called second time
I am a total noob in C# and tried to add an automated mail services to my backend API for an Angular FrontEnd.
It works properly as intended for one time, but cannot be used a second time. I guess I am violating some object rules, maybe someone is…

dasbrod
- 1
-2
votes
1 answer
Laravel sending each e-mail multiple times
When a certain event is fired, my Laravel based app has to send exactly one transactional email to each user in a mailing list.
Here is the loop code:
$users = User::where('notifiable', 1)->get();
foreach($users as $user) {
$info = [
…

Enea74
- 301
- 2
- 8
-3
votes
1 answer
"message": "Unexpected number in JSON at position 1"
I've a problem with postman.
When i sent my data to sendinblue with API, i got a response => "message": "Unexpected number in JSON at position 1"
My data is here…

Saman Mashayekhi
- 3
- 4