52 results found
-
einzelnes Mail aus Outlook mit Vorlage versenden
Es sollte möglich sein, aus Outlook oder einem anderen lokalen Mailclient (oder auch von mobilen Geräten aus) ein einzelnes Mail zu versenden, das eine bzw. wahlweise in Mailjet selbst erstellte Vorlagen verwendet bzw. abrufen kann.
Die idee dahinter ist es, auf diese Weise zentral CI-konforme Mailsignaturen für IMAP-Konti erstellen und verwalten zu können.
Da Mailjet als Relay-Server genutzt werden kann, fliesst eh jedes Mail über diesen Kanal und so bietet sich diese Möglichkeit förmlich auch für IMAP-Mail-Server an. Die Lösung entspräche einem Konkurrenzprodukt zum Mailsignaturen-Service von z.B. "CodeTwo" für Office365 oder Exchange, einfach für IMAP-Konti. Diesen Service habe ich noch…
1 vote -
Add field to allow us to define the eventcallback to group events
Today we can do it only by accessing the App(screenshot in attachment). It'd be handy to allow us to do by api
1 vote -
1 vote
-
API: Enable Export of Contact Lists with Email Addresses
Dear Mailjet Team,
I am writing to request the addition of a feature that allows users to export contact lists, including all associated email addresses. This functionality would greatly enhance data management and facilitate the synchronization of contact information.
Thank you for considering this request.
Best regards
1 vote -
Ability to view all Lists that a Contact is in
I need to see which lists a contact is in, via the API. Currently, this is impossible without scanning each list, to see if the contact is in it.
1 vote -
Webhook test data
Hi, when using the test button on webhook, it's better if you set a dummy email on the sent data, it's easier on the other side to check if the data extraction is correct. Right now the email field is empty.
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 -
Set DKIM key size with API
DKIM Key Size Specification: The ability to specify the key size (1024, 2048, or 4096 bits) for the DKIM value of a sender domain via the API https://dev.mailjet.com/email/guides/senders-and-domains/#spf-and-dkim-validation
2 votes -
Add Version to /eventcallbackurl to regroup by default the sended events
Add "Version" to POST /eventcallbackurl (webhook creation), to regroup by default the sended events.
1 vote -
Automatically convert MJML templates added via API to html
To be able to send an email using a template there must exist an HTML version of the template.
When a template is created via API the HTML version must be provided in the API call (https://api.mailjet.com/v3/REST/template/{template_ID}/detailcontent).If an MJML template is provided to the API end-point, the API doesn't support creating the needed HTML version of the template that must exist for the template to possible to use.
The only way to get an uploaded MJML template to work is to manually re-publish the API-created template via the web interface. This causes the email editor to automatically…
1 vote -
Disable ip blocking for public cloud providers
My application running in google app engine was unable to send emails for more than a day. All api invocations resulted in the connection being immediately closed from the mailjet side. The resulting ticket suggested it could be that the sending IP address was blocked owing to DOS prevention. But google cloud egress uses a shared pool of IP addresses so I have no influence over the ip address. Mailjet should accept the reality of the cloud situation and never block pooled ip addresses of reputable cloud providers. Mailjet is supposed to be a recommended service provider to google cloud…
6 votes -
API secret Key - can be viewed without resetting
It is a nightmare to be forced to reset api secret key every time we want to view it. It prompts us to stock the key on a excel sheet to be able to add it on new services ( since we cannot have multiple keys on a sub account for the moment). Why dont you allow to see the secret key after a double authentification for instance ? This would be totally safe and we wouldn't have ti reset it every time and change all ours services.
2 votes -
Wordpress plugin delete users as well as add
Mailjet plugin for WordPress. When a user is deleted from WordPress can the plugin also delete them from the Mailjet contact list. Currently the syncing of existing and new WordPress users makes the semi useless. You already provide an API call to delete people from a Mailjet contact list, why can you not add a hook into WordPress so when a user is deleted it calls the API to delete the Mailjet contact. Thanks
1 vote -
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 -
Resend an email via API
Hi, could you please add a feature to resend an email via the email API ? It could be done by reusing the MessageId from the initial email to attempt the retry.
This feature would be useful for automation processes, for example to resend emails when the recipient no longer has access to the initial email
6 votes -
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 -
Add an api that allow to retrieve template content after variable interpolation
Add an api that allow to retrieve template content after variable interpolation because we need to store the resulting email on a webserver
3 votes -
Allow to retrieve variables from a template
Hello,
We use a template system and send variables from a Java backend. To make it dynamic, we retrieve the template and analyze the detailcontent: Text-part to extract the variables, and then send them. An improvement would be to directly retrieve the variables.
What I would like is to be able to retrieve the variables used inside a template email, for instance when using the java mailjet client, I would like a new enum called Variables and do somethind like that:public class TemplateDetailcontent {
…public static Resource resource = new Resource("template", "detailcontent", ApiVersion.V3, ApiAuthenticationType.Basic); public static String TEXTPART =
2 votes
- Don't see your idea?