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

204 results found

  1. Custom Request Headers

    Is there any way we can set custom headers for the forward() action?

    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

    0 comments  ·  HTML  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Reinstate 627 error

    Also, maybe your developers could find a way to report such an error which could still be useful to customers

    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)
  3. Bounce report for a failed inbound message

    If an inbound message fail to be delivered due to an incorrect email address, the option to auto send a bounce back message would be useful to notify the sender of the dropped message.

    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)
  4. Support for .eml file as attachments

    If a user sends using the "forward as attachment option" to a route, the attachments within the forwarded message are not read by the inbound processor because they are nested within the .eml files.

    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)
  5. API Error response when tag limit reached for a single email

    API Error response when tag limit reached.

    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)
  6. Display Cost Allocation per Domain on invoices, or display invoice summary per month with emails sent for each donmain

    Can you please break down our invoices by domains so we can oncharge where we need to? Or is there an easy way to see a cost allocation per invoice on the website?

    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

    0 comments  ·  Billing  ·  Admin →
    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. Make "your message" window in tickets bigger

    Please make the message window bigger when replying to tickets.

    4.5 rows is waaaaaay too small to get an overview of one's reply. And if you're typing out a longer reply and want to proof-read it before sending, that is way more annoying than it has to be since you have to scroll up and down so much. In the attached screenshot I have only generated lorem ipsum with 3 paragraphs and this is what it looks like.

    Either simply make it bigger or make it resizable, either would work just as well.

    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

    0 comments  ·  HTML  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Multiple forward/reply rules

    Routes should allow forwarding plus return to sender with a bespoke message.

    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)
  10. Heroku builbpack support over github

    Hi Mailgun,

    Just a heads up, I'm trying to find a heroku buildpack for mailgun.

    Whilst you support this I'm using dokku for self managed. Whilst I can add the mailgun buildpack to heroku I can't access it and add it via guithub.

    I'm still with you as a mail provider, for now I'll use sendgrid for this one domain name.

    I know this use case is not frequent but for now you're missing out on some business.

    Thanks,
    Rob Brew.

    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 timezone to logs

    Please display the time zone alongside the timestamp in the logs section.

    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. Delivery Queue and Average Delivery Time Analytics

    Please create a Ops dashboard where i can see
    What is the current length of the delivery queue (how many messages has been accepted but is still waiting for delivery)

    and a graph of the delivery time -> the average time a message is taking moving from accepted to delivered

    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

    0 comments  ·  New Idea  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Windows Powershell code snippet to test mailgun

    Under Sending / Overview:
    "How to send with SMTP" you have a CURL example. For Windows Powershell users you could present the following code snippet:
    $SmtpServer = 'smtp.eu.mailgun.org' # SMTP Server name
    $Port = 587 # SMTP server port number
    $From = 'noreply@my.domain.com' # from address
    $To = 'bar@example.com' # email address to send test to
    $Subject = 'Hello' # email subject
    $Body = 'Testing some Mailgun awesomness!' # email body
    $username = 'postmaster@YOURDOMAINNAME'
    $password = '3kh9umujora5'
    $secpasswd = ConvertTo-SecureString $password -AsPlainText -Force
    $mycreds = New-Object System.Management.Automation.PSCredential ($username, $secpasswd)
    Send-MailMessage -Credential $mycreds -SmtpServer $SmtpServer…

    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

    0 comments  ·  HTML  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. ability to filter results in the reporting tab

    The ability to add specific domains or filter by domain for the results generated in the reporting tab.

    Use case: The client has a deliverability issue with a specific domain, but, it's not listed in the top 50. They should be able to add particular recipient domains or filter to ensure it's included in the results.

    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. 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. 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. MAKE A MOBILE-FRIENDLY WEBSITE

    For crying out loud, MAKE A MOBILE-FRIENDLY WEBSITE.

    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

    0 comments  ·  New Idea  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Analyst can view suppressions

    Customer would like to allow Analyst roles to view suppressions lists.

    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. API to check for send latency

    A Dedicated API call to be able to return potential send latency

    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. Show real domain instead of sandbox

    Can the default view for "left menu > sending > logs > domain" be set to my real domain instead of the sandbox?

    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)
  • Don't see your idea?

Feedback and Knowledge Base