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
1 answer

Mailjet e-mail is empty when attaching a file to it

I have this bit of code that creates a calendar for a specific delivery, and then attaches it to an e-mail to be send. The problem is, when I attach the .ics file, the template breaks (no text, no pictures... nothing). Only the calendar file gets…
bchoffart
  • 11
  • 3
0
votes
0 answers

Issue MailJet contact form

I'm currently working on a contact form page. I would like to use mailjet services unfortunately, mail does not send.
HyperVince
  • 13
  • 1
0
votes
2 answers

MailJet: A template language occurred when sending a message using Template [ID]

While testing a MailJet email template with a simple custom html code block. The received test email throws an error. (Live preview in browser works fine) From templating-language-error@mailjet.com: A template language occurred when sending a…
ThisCanBeNormal
  • 185
  • 1
  • 14
0
votes
0 answers

Django / Sending email with Mail Service Prodiver like Mailjet

I have installed django-anymail My SPF and DKIM are configured in my ISP Here is my settings.py : EMAIL_BACKEND = "anymail.backends.mailjet.EmailBackend" ANYMAIL = { "MAILJET_API_KEY": os.getenv('MYAPP_MAILJET_API_KEY'), …
fransua
  • 501
  • 2
  • 18
0
votes
1 answer

Laravel best practice sending e-mail through API using templates

As you know many e-mail providers have the feature to use e-mail templates. Through their API you can send e-mails, just by setting the template id and passing through the variables. The predefined template will be send to the user. For my project I…
Jochem Gruter
  • 2,813
  • 5
  • 21
  • 43
0
votes
0 answers

Curl Email intermittently failing to send

I have been using the following code to send daily emails to 3 different addresses using curl and PHP on POST via MailJet. The emails appeared to be sending successfully and contain accurate data. However, I find that there are occasions when not…
rhtwenty1
  • 1
  • 2
0
votes
1 answer

How can I specify a proxy for Mailjet with the Php wrapper?

On my new server, I have to use a proxy to make the different API calls to other services. I'm using Mailjet, and making the calls with the official PHP Wrapper (with no composer : https://github.com/mailjet/mailjet-apiv3-php-no-composer ). I try to…
Vae
  • 636
  • 1
  • 8
  • 16
0
votes
1 answer

ActionController::ParameterMissing (param is missing or the value is empty: USER)

I just built a really simple mailer using Rails 6 and when i deployed to production the error popped up, saying i was missing the User param is missing, fyi, is just a landpage with the form where you do not have to log in to send anything, you just…
user14102083
  • 39
  • 1
  • 5
0
votes
1 answer

Mailjet template does not allow for loop

I'm trying to create a Mailjet template with an array of flat objects. But during my tests, Mailjet send me this kind of error: expression parsing error ## Unknown identifier: session.name ## near ## {{session.name ## For details, below my current…
0
votes
0 answers

How to Integrate mailjet in laravel project?

I am currently using sendgrid but trying to Integrate mailjet in laravel project for email sending. Any thoughts on How can i Integrate mailjet in laravel project ? Just wanted to know what can be the potential steps to integrate it. Thankyou
Developer
  • 1
  • 5
0
votes
1 answer

AWS lambda, C# async mail sending issue - MailJet API

I was originally using AWS SES for mail sending from my Lambda, but it has very slow delivery. I then decided to switch to MailJet and use their API for sending mails. I am using the NuGet package, V3.1 of the API, and pretty much the sample code…
0
votes
1 answer

Nodejs node-mailjet - import line can't be statically imported

I am trying to use node-mailjet package And when i am importing as they show in their documentation, i end up with an error that blocks the production deployment here are the import lines : const mailjet = require("node-mailjet").connect( …
0
votes
0 answers

php json_decode with Variables

Hi still learning so please be nice :) I have a PHP the following PHP code which sends a transactional email using Mailjet php class $body = [ 'Messages' => [ [ 'From' => [ 'Email' => "$fromemail", 'Name' => "$fromname" …
mcgster
  • 15
  • 6
0
votes
1 answer

Error 500 on Post request using MailJet Wrapper in Php on a window 2016 server

I have used the standard MailJet wrapper and php script to produce an email from our website. We are using the php wrapper for this. I installed the wrapper using composer so believe we have all the correct dependencies. When executing the script it…
0
votes
1 answer

Deploy a Mailjet Email Service through Azure CLI

I need to create a Mailjet Email Service on Azure, through Azure CLI, but I haven't found any documentation on how to achieve this. I know there isn't a built-in az command to deploy such service, but I wonder if there is a workaround, and thus a…
ccoutinho
  • 3,308
  • 5
  • 39
  • 47