53 results found
-
header des mails non validés pour debuguer la provenance
Bonjour,
Lorsque un mail est envoyé avec une clé API de notre compte sans être validée, pouvoir avoir le header du mail en question pour pouvoir debuguer d'ou provient cet email.
Merci1 vote -
sendMail shall raise an error if template variables are missing
Hi.
we realized that the sendMail API has a problem. For instance if you are using a template that has 5 variables and your sendMail call includes just 4 values. Then sendMail yields SUCCESS but the mail will be listed as BLOCKED due to an error in the template later on (can be seen in the Mailjet stats). It would be cool if the sendMail function would return an error directly!
1 vote -
Modification du mail "une adresse d'expédition..."
Pourriez-vous modifier le contenu du mail "une adresse d'expédition non validée a été utilisée sur votre compte" et y ajouter le nom du sous-compte concerné (en plus de la clé api principale)?
1 vote -
Unify Versions fo SendAPI and Contact Management API
I am currently using the Contact Management API to allow subscriptions via our Website, and also sending a 2-step Opt-In 'confirmation' email as one of the processes.
I can't use the same API Client object for Send and Contact Management operations currently as API v3.1 only works with Send API endpoints (any Contact Management endpoints just result in a 404) and Contact Management still uses V3, Send API operations are significantly different from the documentation in v3, to the extent where the v3.1 Examples don't work with the v3 endpoints.
It would be greatly more convenient if v3.1 had a…
1 vote -
Améliorer gestion d'erreur expéditeur
Bonjour,
n'est-il pas possible de changer le retour de votre API lorsque l'on tente d'envoyer un mail avec un expéditeur non validé? J'ai récemment eu un souci lié à un expéditeur autorisé uniquement sur le compte principal mais pas sur un sous compte (cf ticket #2434150) et j'avoue que le retour API nous a vraiment induit en erreur. Pour cause, dans ce cas, l'API nous transmet un succès et un id de message comme si tout était OK, sauf que malheureusement, l'envoie n'as pas fonctionné et l'id renvoie une 404 lorsqu'on tente de faire un get ?
Ce correctif serait…1 vote -
why i can't get webhook?
when i invoker your api send email, when i receive email i should get a webhook ,but i can't get anything,why? my webhook is ok and test is receive .
1 vote -
Properly handle headers encoding when the target MTA lacks SMTPUTF8 and the client app uses UTF8 when sending to mailjet
When enabling UTF8 support between the client app and mailjet SMTP API, the client library generally encodes SMTP headers like the Subject using UTF8 rather than quoted-printable + US-ASCII. So when using any UTF8-ready SMTP client library (in our case the SmtpClient from .NET 6), a Subject like "Caractères accentués" will be sent to mailjet as "Subject: Caractères accentués" when UTF8 is enabled (SmtpDeliveryFormat.International in .NET), and "Subject: =?UTF-8?Q?=Caract=C3=A8res_accentu=C3=A9s?=" when it is not (SmtpDeliveryFormat.SevenBit in .NET).
This is correct behavior from the client library, but there is an issue with mailjet when the recipient MTA does not support SMTPUTF8 itself:…
1 vote -
Rust SDK
Pourriez-vous proposer un SDK pour Rust s'il vous plaît afin d'apporter un support complet aux devs de cette technologie
merci
Could you please propose an SDK for Rust in order to bring a complete support to the devs of this technology
1 vote -
Pouvoir modifier le lien de tracking depuis l'API - Be able to modify the tracking link from the API
Il serait bien de pouvoir modifier le lien de tracking personnalisé depuis l'API afin de pouvoir procéder à un paramétrage complet de la plateforme depuis un accès via cette API
It would be nice to be able to modify the custom tracking link from the API in order to be able to proceed to a complete parameterization of the platform from an access via this API
1 vote -
Allow template variables in sender
For transactional mails, we sometimes want to replace the sender name only, so instead of sending with the organization's name, we show the name of the person who has sent a message to the recipient in out application.
Instead of sending from
Organization noreply@organization.com
We want to send from
{{var:name}} via Organization noreply@organization.com
I found out the hard way that although template variables can be used in the subject, they lead to an error when used in the sender name field. Internally, this creates a new sender address and an administrator will receive a mail that that (invalid) address should…
1 vote -
Reports por Subject
Sería bueno poder contar con la posibilidad de hacer reportes de estadísticas para un determinado Subject de mail.
Es decir, un reporte de métricas eligiendo solo los despachos a un determinado Subject. Me refiero a los despachos realizados a través de la appiIt would be nice to be able to have the possibility to report statistics for a specific email Subject.
That is to say, a report of metrics choosing only the dispatches to a certain Subject. I am referring to the dispatches made through the app.1 vote -
API edit settings
Allow API bounce and spam notifications to be sent out to a specific email. Sengrid has this capability built-in to their API key.
1 vote -
Individual Sender Address in Email API
Based on a real-world ticket:
We are using Mailjet as an SMTP relay for our domain, and the only valid sender address we have set up is our domain sender address "@mydomain.com". Now when emails are soft bounced, one could go to the Mailjet web portal and on the Stats page view which emails were not delivered and more importantly which individual sender sent the email (for example "harry@mydomain.com" taken from the email's From field). Therefore Harry could be informed that his email was not delivered.
We have tried to automate the above process using the Mailjet API,…
0 votes
- Don't see your idea?