Questions tagged [mailjet]

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing.

All in one email provider accessible via API or SMTP. Offers transactional emails, marketing emails, newsletter template editor, realtime analytics, inbound email processing. Website: http://dev.mailjet.com/

198 questions
0
votes
2 answers

Problem using Mailjet's contactdata/contactID API endpoint

I work for few days on a way to be able to update Mailjet contact properties using Google Apps Script, and the Mailjet API endpoint always returns an error 400, no matter what I put in the data. Even using cURL and following the Mailjet API example,…
0
votes
0 answers

Sudden Error with Python Requests and MailJet API

I have been using the Python MailJet API successfully for some time. However, I am now getting an error from that script: Traceback (most recent call last): File "/usr/local/sbin/mailjet.py", line 6, in from mailjet_rest import Client File…
0
votes
1 answer

Mailjet Non-Nested Loop Failing

My test email for a Mailjet Template keeps failing in a for loop I am using. Unlike other Mailjet Loop questions on stack overflow, my loops are not nested, and my array is not empty. The following code keeps failing In my template, I have two…
SweetTomato
  • 509
  • 1
  • 6
  • 16
0
votes
1 answer

How to use Mailjet from Google App Engine

I'm integrating Mailjet into my Google App Engine application. I'm at the point where I can successfully send email from the local development server. But when I deploy my application and try to send an email, the Mailjet client library apparently…
fredrey
  • 11
  • 1
0
votes
0 answers

how to integrate mailjet send API to Node.js route?

I have been trying to integrate my Mailjet transactional template to my "new contact" route in order to send the email when a new contact register on my website form for newsletter but it still show me an error 401 when submitting the form. No email…
Blerni2.0
  • 11
  • 3
0
votes
1 answer

Get list of emails and statuses of Campaigns

I'm using the node-mailjet api, and I'm trying to use it to get a list of email statuses for each marketing campaign. If you go on a sent marketing campaign in Mailjet itself, there's a place where you can download a csv, the list of all contacts…
TKoL
  • 13,158
  • 3
  • 39
  • 73
0
votes
1 answer

Can I use a for loop for mj-carousel

I am trying to have a for loop for the mj-carousel. Can't get it to work. Does mjml support this? I have already tried to put for loop inside mj-carousel {% for item in var:order.items %} …
nunuh89
  • 543
  • 1
  • 5
  • 11
0
votes
1 answer

Any solution to schedule two campaigns with same contact email and different contact properties?

I use MJML to send mail with mailjet and I populate the body of my mail with contact properties. My problem is if I have the same contact on both campaign, I cannot split contact properties... any suggestion to fix it ? I think about : store the…
Cyril ALFARO
  • 1,616
  • 17
  • 35
0
votes
1 answer

How to retrieve a list address using mailjet API?

I'm trying to send some email to everyone on a mailjet list. Here's what I have so far: public function sendToListByListName($listName, $config, $vars) { //First we get the list ID from the list name stored in our local settings file. if…
0
votes
2 answers

MailJet | how to Send Mail with Python using variables in text part?

I want to add "print (variable_name)" to the following statement: 'Text-part': 'Dear passenger, welcome to Mailjet! May the delivery force be with you!', How can it be done? Following is the Python code: from mailjet_rest import Client import…
noamsh88
  • 39
  • 6
0
votes
1 answer

Can you set an array in mailjet

I know that you can do {% set yo-yo = "Benjamin" %} or {% set yo-yo = 1 %} in mailjet. My question is if you can do something like: {% set a = [1, 2, 3] %}
nunuh89
  • 543
  • 1
  • 5
  • 11
0
votes
1 answer

Attach a PDF in a MailJet email in Swift

I'm generating a PDF data from an html String based on this code: https://gist.github.com/nyg/b8cd742250826cb1471f I'm then getting pdfData and doing this: let base64Data = pdfData.base64EncodedString() let email = "email@gmail.com" var…
Francesco
  • 169
  • 1
  • 1
  • 14
0
votes
1 answer

Mailjet: do not receive letter with error message in case of sending issues

According to documentation I am able to receive a letter with error message in case of sending issues, for example in case broken template expression. To my request I added all necessary fields: "TemplateErrorReporting": { …
Dimon
  • 763
  • 3
  • 7
  • 22
0
votes
1 answer

Problem of Laravel Framework version for using the package mailjet/laravel-mailjet

I've a problem for using mailjet/laravel-mailjet, it seems a problem of versions. I was using Laravel Framework 5.6.33 and i got Can only install one of: laravel/framework[v5.6.39, 5.4.x-dev]. i've change my composer.json and now, i'm using…
guilb
  • 119
  • 1
  • 2
  • 11
0
votes
0 answers

Drupal 7 Sending mail

How do I resolve an error like this: An AJAX HTTP error has occurred. HTTP status code: 504 Debug information below. Path: / batch? Id = 42186 & op = do StatusText: error ResponseText: 504 Gateway Timeout 504 Gateway Timeout nginx In Drupal 7.…
Abned
  • 55
  • 5