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!
-
GET /<domain>/tags pagination urls to return with https instead of http
request pagination urls with https instead of http, for example: https://api.mailgun.net/v2/<domain>/tags?page=next&tag=<tag>&limit=1000,
Currently GET /<domain>/tags pagination urls with http instead of https.
["first"]=> string(76) "http://api.mailgun.net/v2/<domain>/tags?page=first&tag=&limit=1000"
["last"]=> string(75) "http://api.mailgun.net/v2/<domain>/tags?page=last&tag=&limit=1000"
["next"]=> string(88) "http://api.mailgun.net/v2/<domain>/tags?page=next&tag=<tag>&limit=1000"
["previous"]=> string(99) "http://api.mailgun.net/v2/<domain>/tags?page=prev&tag=<tag>&limit=1000"
and calling on http://api.mailgun.net/v2/<domain>/tags?page=next&tag=<tag>&limit=1000
returns NULLthank you
4 votes -
Can't delete unverified domain
No way to delete domain that isn't verified
1 vote -
Dark theme
Have ever you guys thought about dark theme. I see the interface have dark background here and there but it would be great if mail gun have option to turn the whole application into dark theme.
1 vote -
export the logs summary or log detail in a text, csv or xls file
Add a feature to export the logs summary or log detail in a text, csv or xls file by clicking an export button
48 votesHey there,
Thanks for submitting and supporting this feature improvement!
A new and improved Control Panel is in the works and we’re looking to add a button to export logs from within your web browser. For now our development team looked into this and offered a solution to export logs via our API. You can read more about the solution here: https://documentation.mailgun.com/en/latest/api-export.html#exports
Thanks again for this suggestion and patience as we work on improving our product for you!
-The MG Team
-
Daily quotas instead of monthly.
Hi is there a way to change the monthly limit to daily limit of 200 / day.
Like it was before in your previous iteration.
I ran into software glitch, and that exhausted my monthly quota. If wouldn't have been if it was daily.
I am using your service for non profit organization, but I am not really a paying customer.
But some advice would help.
Thanks
2 votes -
Log filtering bug
The logs don't work well when filtering. All I do is disable the "accepted" state and all of a sudden no logs can be found anymore.
2 votes -
Correction to Help Center for "Authorized Recipients"
Help Center instructions for "Authorized Recipients" are incorrect for the new Mailgun UI. The help page (https://help.mailgun.com/hc/en-us/articles/217531258-Authorized-Recipients) instructs you to look for a "Messages" menu option in the left navigation, which doesn't exist. Instead, we had to click "Sending", then "Domains", and then select the sandbox domain.
2 votes -
Dev API keys
Please provide a separate API key for sandbox and real domains, or API key per domain.
I do not want to use my api key on dev environments.2 votes -
sort by timestamp
sort by timestamp in 'Supressions' section
3 votes -
Notify when I reach a certain number of sent emails
Please add notification feature. I would like to get notified when the number of messages sent has reached a certain threashold.
1 vote -
outbound filtering
It could be nice to configure a domain as a sandbox and having custom rules for outgoing emails.
When you have a production and other environments, you only want your production environment being able to send emails to your customers. Other environments use a custom sandbox that filter emails and only do logging. In that custom sandbox, you can configure a whitelist domain and emails not part of the whitelist domains and only go in the logs.
We have this situation actually where a system use Mailgun for transactionnal emails. Some of those emails are invoices or other communication sent…
1 vote -
Can't remove IP addresses
Can't remove IPs
2 votes -
Pagination page numbering on logs
Log pagination doesn't show you which page you are on or show you total pages.
3 votes -
Bounces visible in WooCommerce order log
We are using Mailgun for our WooCommerce webshops. When a customer orders with a non-existing mailadres we would normally receive a bounce messaging in our inbox (postmaster: delivery failed). With Mailgun we do not receive this message and therefore we are not aware that the customer filled in an invalid mail address.
Feature request:
A checkbox/setting to add a logline to the WooCommerce order log when a delivery gives a failed error (through webhooks? https://www.mailgun.com/blog/a-guide-to-using-mailguns-webhooks)1 vote -
Please add support for assigning a specific attachment to each recipient in batch sending.
At this time Mailgun does not provide support for sending user specific attachments in batch mailing. Please add the support for that. In case of sending thousands of emails, we have to call the mailgun APIs thousands of times which does not look a valid approach. And we can't send URL of the attachments in the emails because the attachments files are stored temporarily on the server and it's confidential.
Adding this feature will be very helpful.
Thanks a lot.
11 votes -
Sort Suppressions by Date
Would be nice if you could sort the Suppressions by Timestamp, so you can review recent suppressions and errors.
2 votes -
Mobile users left out after update
Completely unusable on iPhone.
1 vote -
Hide graphs from logs
Please let me remove graphs from the logs page because when we need to access logs it's usually to find an email quickly. Those graphs take up space and load slowly, then shift the whole page down when they're loaded.
1 vote -
Usage of user variable with python requests library when using templates
why isnt sending emails with template using the python requests library and assigning user variables to it not part of the docs, this is making mailgun very frustrating to use, spent hours on this and still got no clue
1 vote -
Add Classic Report (with multiple domain grouping) into new dashboard
The new control panel doesn't appear to have the ability to select multiple domains in the reporting area. This was achieved with filters in the Classic Dashboard.
We use this to view the perfomance of all the subdomains for a client in one report. This new dashboard makes us have to pull a report for each domain and then use a calculator to add it up.
Can this be added back into the new dashboard?
2 votes
- Don't see your idea?