-
At Mailjet Dev guide it is stated that API 3.1 was released +5 years ago ([source](https://dev.mailjet.com/email/guides/send-api-v31/)).
This Github project seems to run older API version 3.
Is this…
-
import { Injectable, InternalServerErrorException } from '@nestjs/common';
import Mailjet from 'node-mailjet';
import ejs from 'ejs';
import { welcomeMailTemplate } from '../templates/welcome';
…
-
Hi Mailjet Developer Team,
For the past two weeks, emails created through the API using an MJML template have stopped working. Unfortunately, support has not provided any solutions, only requesting…
-
Scenario:
Sendgrid deactivated currently the account, hence no further mail sending is currently possible till it is re-activated.
Goal:
Reduce single point of failure with SendGrid and integrate…
-
I am new raising issues, dont know if this is the appropriate way.
I have django post office setup and working fine and decided to use mailjet backend, from the documentation, i saw:
`POST_OFFICE…
-
Mailjet is broken on Cloudflare, and when using NuxtJS projects deployed on NuxtHub
Sending a mail triggers a 500 error :
`The 'credentials' field on 'RequestInitializerDict' is not implemented.`
…
-
Considering Mailjet V3.1 Sending API
Docs - https://dev.mailjet.com/email/guides/send-api-v31/
-
Hello,
I've been trying for 2 days now, to import mailjet library in my PHP project. This is an homemade framework and the mailjet's autoloader is overwriting the current autoloader. I have to find…
-
Hello @kidig ,
I found your work on django-mailjet really interesting! I work as an API Ecosystem Developer for Mailjet and I am trying to improve our API's accessibility in the Django framework.
…
-
Hello,
I'm using mailjet wrapper with python 3.7 on google cloud function, but i'm getting some times this error message :
"/layers/google.python.pip/pip/lib/python3.7/site-packages/mailjet_res…