Feature Requests
If you’ve got a feature request, you’ve come to the right place! Please relay your request request here, along with any additional details you think might be helpful.
This is not the spot for feedback on current features, only new plausible ideas will be considered. Please be courteous of others and upvote if you believe strongly enough in an idea!
58 results found
-
Add New Domain button not displayed
I found a problem adding a new domain.
There is no "Add New Domain" button on the screen as attached capturedDo I need to configure something to add a new domain ?
Thank you,
Flo6 votesHello,
Our new free plan allows for addition of custom sending domains so an 'add domain' button is now presented in the UI.
-
See domains within IP Pools
Within UI, when viewing IP Pools, there should be an option to view which domains are under each IP Pool
1 vote -
Easier way to remove unsubscribe suppressions
Please remove the "ten at a time" limit on viewing Unsubscribes, or add a "Remove All" button like the Bounces page has. It takes three clicks, on widely separate areas of the page, too remove a page of Unsubscribes, and now that the limit is ten it takes a long, long time if I let them add up.
I handle unsubscriptions in my application, so I need to clear up the list periodically in MailGun so if they re-subscribe through my application they can immediately begin receiving mail again.
Thank you!
2 votesThanks again for the feedback here. we've added a "Remove all" option for both Unsubscribe and Complaints.
-
RESTORE the old Resend functionality of auto-populating the address
When I click the cog to RESEND a bounced email, it USED TO fill in the bounced email address so that I could just click OK or make a quick edit to it, but now it comes up EMPTY so I have to retype the address from scratch. Can you please restore the previous functionality?
3 votesThank you for your patience on this. We have reverted to the expected behavior for the resend function. The original recipient address will now pre-populate in the field.
-
Permissions management for API Keys
Your Sending API Keys limits to just the sending portion of the available API. Can you expand this to include the Bounce API?
We use a Wordpress newsletter plugin called Mailster and as it needs access to the Bounce API it requires the account level Private API Key which is excessive for the use case.
Could you either expand the Sending API key to include the Bounce API or more elegantly allow users to manually configure what permissions to give an API key for their specific use case.
10 votesHello,
Thank you for your previous feedback. We released Role-based Access Control for API Keys. This will allow an admin user to create API keys using pre-defined roles which manage what level of access that API key has. Roles to choose from will be Analyst (Basic), Support, Developer, and Admin. Please let us know if you have any questions. We will mark this idea thread as complete.
-
Add subject and from to templates
Feature request: Add a subject and a from: field to the templates. That way we can change a subject line without redeploying our server-side software.
15 votesHi all,
Thank you for your patience here. We have added the ability to store From address, Subject and Reply-to headers directly to a template. This is available via our API (pass headers parameter with JSON key:value dictionary when creating or updating a template), as well as our UI. You can then send a message with just the recipient and template name.
-
DKIM signing via CNAME
I would like to be able to do is simply to let our clients add a CNAME record to the [domain] DKIM record (mx._domainkey.[domain], and then, when sending we could specify the signing domain for the DKIM signature.
For example: to align the domains in the example above, I would just create a CNAME record at mx.domainkey.domain2.tld which point to mx.domainkey.domain1. Then, the DKIM signature would declare the signing domain as d=domain2 instead of d=domain1
The benefits of this are:
- We don't need to continually create and manage new domains in our account.
- The domains are aligned by…
16 votesWe now support a CNAME DNS service which allows for a simplified implementation of DKIM including automatic rotation of DKIM keys via automated sender security feature.
-
Providing date filter for all domain statistics
the table of domains with the statistics should also have a time filter, at least month filter. It shows by default current month only.
As there is no other way to get all domain statistics (domain with highest sending rate) then this feature would be really helpful.2 votes -
Share templates between domains
I would like to ask, whether it is possible (or at least you plan it in the future) to share mailgun templates between domains?
We would love to have 2 separate domains for production and testing purposes, but share templates, se we do not have to duplicate them and keep different ids depending on environment from which we are sending.80 votesHello,
User can now copy domain scoped templates to other sending domains or copy a domain scoped template to account scoped which would allow for sending across any verified sending domain on the account.
-
Search in Templates Listing
There should be at least search for templates.
22 votesWe have added search function in the UI for both domain scoped and newly available account scoped templates feature.
-
Add ability to describe IP Whiltelist entry
Currently, when you add an IP to the IP Whitelist, there isn't a way to add a description. The result is just a list of IPs. It would be great to add a description to an IP (for example: "Azure functions") so that we know what IPs are there and why.
7 votes -
Add support for macros in DNS SPF records
Currently, DNS SPF records using macros will not be automatically approved by mailgun. Some mail services (like valimail.com) use macros to avoid the SPF character limit.
Example:
v=spf1 include:mydomain.com.nspf.vali.email include:%{i}.ip.%{h}.ehlo.%{d}.spf.vali.email ~all11 votesHello,
We'd like to inform you that we updated our DNS Verification to support the use of SPF flatteners or SPF macros. If you have any questions about SPF flatteners/macros, please contact us. Thank you.
-
Multiple API Keys
Option to have multiple API keys, for example: client 1 has the API key exposed, we now have to roll this key, and update all clients using it.
Whereas, if we had multiple keys, we'd only need to roll and update that one client using the key.
107 votesHi all,
Thanks so much for your feedback here. We've recently released the ability to create multiple API keys for your Mailgun account. Additionally, we've enhanced the security of the keys such that they are now hashed vs just encrypted (this does mean that once you generate a key and close the modal, we will be unable to display it in plain text, so be sure to store your key safely).
-
Allow for Shorter SMTP Credentials
t is important to us as a customer to be able to edit our SMTP credentials. Our system is limited to a password character max of 8 characters. I respect you security effort in generating a very long password but, this will not work for us. Please pass this on to those who need to know. Thank you so much for your consideration is this matter.
75 votesHi all,
We have pushed an update out to allow for manually inputting an SMTP password when creating a new credential and resetting the password on a login already created via the UI.
-
Allow for bulk import of suppression addresses
Can you please consider creating a bulk .csv list import option for emails/lists we want to add to the suppression list? I'd like to sort the UN-deliverable emails that export from Validation job, and to be able to import a bulk list of these email addresses to add to the Suppression List. Right now I only see a way of doing it one-at-a-time within the Mailgun UI. Thanks!
3 votesBoth the API and the UI/dashboard now support importing a CSV file to bulk add a list of addresses for the suppressions list (bounce, unsubscribe, complaint and whitelist).
-
Webhook for all events (add `accepted`, `rejected`)
"accepted" "rejected" events are not available in webhooks. Adding them to webhooks would help our system track all emails not just "delivered" or "bounced" in the same way as all the other events.
"delivered" or "failed" events already fires for every email so adding "accepted" wouldn't increase the system load that much but would greatly help systems that need it.
5 votesHello,
Wanted to post an update that Mailgun now supports an Accepted event webhook. Further there is nothing on the roadmap regarding a rejected webhook. Feel free to repost this as a new feature request regarding need for a 'rejected' webhook.
-
Login form with login and password shown at the same time
Please, update the login page so that I can use my password manager to fill both login and password at the same time. The way it is now, I have to tell the password manager to fill the login, click ok, tell the password manager to fill the password, click ok.
7 votes -
Search log easily by email address
Make logs properly searchable. We used to be able to put a single email address in the logs search box, and see log entries confined to email sent to that address specifically. However, this no longer works, it looks like the search queries everything that contains the address (e.g. message body and the like)
11 votesHi all,
This bug has been fixed!
-
Support SAML SSO
Support SAML SSO as well as oAuth or OpenID
44 votesHi all,
I’m happy to announce that we’ve released support for SAML SSO on Mailgun for our Scale and Enterprise plans! Please see our setup docs at https://help.mailgun.com/hc/en-us/articles/1260801912270-SAML-SSO for more information on how to get started.
-
Enable HTTPS on eu.mailgun.org
Hi! Please enable HTTPS on eu.mailgun.org because I can't configure Tracking.
6 votes
- Don't see your idea?