48 results found
-
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?