Skip to content

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!

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

122 results found

  1. Option to Duplicate Template in MG Drag and Drop Template Builder

    Currently our DnD template builder has a duplicate option, but this only applies to the template version. Some users would prefer the option to make a duplicate which is a completely new template, and not just a new version within the same template

    26 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. More than 3 URLs per Webhook event

    Customer would like the ability to have more than 3 URLs per event type for webhooks

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Please bring back short usernames -- why minimum character requirement?

    In the past we could have short usernames, but could not manually set passwords (causing issues with printers etc). Now we can manually set passwords (huzzah!), but now usernames are required to be 5 characters long. Why is this?

    I use initialisms or initials, so I have a bunch of old legacy two-letter usernames, but can not create new accounts with two letters. This inconsistency is causing issues with code that relies on standard naming conventions, and I am having to hard code around the issue, which is a terrible thing to do.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Email Admins when new SMTP or API credentials are created

    This is a fraud prevention action. We had multiple SMTP credentials created then fraudulently used. If we got emails whenever they are created we would know they weren't done by us true admins.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Log Retention Period Longer Than 30 Days

    Currently our log retention period has a maximum of 30 days. Having a longer message retention is something that many customers would benefit from

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Some feedback after almost a year of use

    • Changing the date in the analytics view doesn't update the metric numbers in the tag breakdown.

    • In the analytics view, three metrics are highlighted at the top: delivered, open, clicks. These should be unique opens and unique clicks. The total number of opens is essentially always irrelevant.

    • In the engagement view for a specific tag, you can't see the number of delivered emails. The absence of this metric makes the tool difficult to use.
      In the reporting section, the line chart displays the open rate but not the unique open rate. This is ineffective because some people open the same…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add support for UTF-8 characters in domain names

    Allow domains with non-ASCII characters, as many mailbox providers are nowadays supporting them. Alternatively, add full support for IDNs, which is currently partially functional (for example, domain validation works, SMTP credentials creation doesn't work).

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Ideas for improving Api / Quicklook / overall experience

    Hi, I have a few ideas for improvement. For batch sending emails via API, please add a safe mode, where the request is rejected, if not every recipient address has a matching entry in recipient-variables. I just happened to send out a bunch of emails that would only show the %recipient.name% placeholder, because of an unintended whitespace in the "name " field of the recipient-variables. This is a very sad experience and could easily be prevent with better tooling.

    But even better: Just take the recipient name from the recipient email address: -F to='Recipient Name recipient@email.com' Why do I…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Upload Images for Use in MG Drag and Drop Template Builder

    Currently the Mailgun drag and drop template builder only allows for images to be provided via URL. It would be helpful to also have the option to upload an actual image file to Mailgun.

    11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. api for IP stats

    Here Using Domain API, I can track the volume which sent out in last 24 hrs so this helps me to track the sent volume of a particular domain and maintain a separate data related to the domains volume using this API

    def getstats():
    return requests.get(
    "https://api.mailgun.net/v3/YOUR
    DOMAINNAME/stats/total",
    auth=("api", "YOUR
    API_KEY"),
    params={"event": ["accepted", "delivered", "failed"],
    "duration": "1m"})

    Likewise I would like to track the volume of individual IP of last 24hrs for my tracking purpose but unfortunately their is no IP available for this so that is why requesting here to provide an IP related to track…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Multiple Webhook Signing Keys

    The HTTP Signing Key for Webhooks is currently limited to a single key per account. Some customers would benefit from having the option to create multiple signing keys.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Delete disabled domain

    be able to delete a disabled domain.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Sent emails threshold reached notifications

    Email Notifications when send threshold is met. (i.e. send an email when > 5000 emails are sent in 1 day). Every once in a while we have a bad actor that uses our system to try to send out spam emails in bulk. This causes the sent emails for that day to spike way above normal. Would be nice to have alerts for when this happens so I can investigate right away, rather than just see it happened in the past the next time I log in to Mailgun, which isn't often.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Allow for duplicating templates

    Hi,

    Please allow duplication of templates, at the template level.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Support for Retina Files in Template Builder

    The visual template builder currently does not support retina images, and they are treated the same as any other image. This causes retina images to appear blurry due to the high pixel content of retina images

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Reusable Template Blocks

    Some customers may want the option to save blocks in templates, so that these blocks can be reused in multiple templates.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1 3 4 5 6 7
  • Don't see your idea?

Feedback and Knowledge Base