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!
164 results found
-
Disable $0 invoice emails
turn off sending me messages with invoices where I pay $0?
1 voteThanks for your feedback here. We’ve recently migrated to a new billing system and we no longer send an email for $0 invoices.
-
Ability to create a "Never Suppress" list
Create the ability to have a list of email addresses that MailGun will continue to attempt delivery too, even if it receives a bounceback. This is a compliance feature that will ensure delivery to an archival address. (SendGrid currently has a Never Suppress list.)
2 votesHi there,
Mailgun has the ability to add a domain or an email address to a Suppressions whitelist.
Check out our API documentation here: https://documentation.mailgun.com/en/latest/api-suppressions.html#view-all-whitelist-records
You can also access the suppressions whitelist in the Mailgun dashboard by heading to Sending > Domains, click on the preferred domain, then click on Suppressions > Whitelists.
-
Campaigns || Search Filter
Under campaign section, search text should not be case sensitive.
For example If we search for tag name "data" then it is showing no results found.
If i am searching with "Data", results are displaying.1 vote -
Validate CNAME is in place if tracking is turned on.
Currently it is possible to turn on tracking even if your CNAME for email.mailgun.org is not in place, this leads to all links in emails sent out breaking. Would it be possible to check the CNAME is in place (as you currently check this under "Domains" when tracking is turned on and not allow it to be turned on if the CNAME is not in place?
3 votesHello,
This feature has been implemented in our dashboard.Josh
-
Automatically warm up new Dedicated IP's
When a new dedicated IP is assigned to a domain, Mailgun should have the option to automatically 'warm' the IP.
If the user selects this option, the IP should be used to send 10000 the first day, 11000 the second, etc until warmed. Currently there is no way to restrict the number of emails sent via the IP.8 votes -
9 votes
You can now set a custom message limit in the account settings page of the Mailgun dashboard.
-
Disable click tracking on a message basis
Click tracking URLs are ugly and scary for the users if they appear in text only messages. It would be better to disable click tracking on those cases, using a X-Mailgun-Tracking: false header so we can control it via SMTP deliveries.
1 vote -
Allow the CNAME for a domain to be modified via the API.
It would be very nice to be able to update the email.domain.com CNAME to something else via the API for the domain. Right now it is possible to do via opening a ticket, but having an API for doing that would mean we could take care of it ourselves and not bug your (amazingly helpful and prompt) support engineers.
2 votesYou can now update the tracking CNAME in the Mailgun dashboard.
-
Ability to view message in Log entries
Add an HTML view of the sent message to Log entries. This would allow administrators (and other stakeholders, when multiple user support becomes available) to review messages as they were sent as needed.
This is a common task for my clients on Postmark to perform and Postmark gives them a view to do this. Similar to Mailgun, Postmark retains only the last 45 days of entries (Mailgun is 30). These time ranges are sufficient for responding to most inquiries that administrators and support staff receive as to who received (or didn't receive) what message when and what did it look…
4 votesHello,
This week, we released new improvements to our logs page. You can now see the rendered HTML view when you go to the “view details” tab of the message.Messages can be shown for a total of 3 days after they’ve been sent via Mailgun.
Josh
-
Display existent but inaccurate DNS records
Steps to reproduce:
- Set up a new domain
- Add all records, but leave a character out of the middle of the DKIM entry
Expected:
Mailgun confirms that the record exists but indicates that it's wrong. This could mean showing the inaccurate value or just displaying a message that the right record is there but is the wrong value.
Actual:
Mailgun displays an error on the record and "--" as the current value. This is a false clue that looks like the problem is that somehow the record itself isn't getting through.
See support ticket #209728 for specifics. This also shows…
1 voteThe dashboard now displays the inaccurate DNS record and a better error message in this situation.
-
Allow different selector for DKIM
Stripe currently uses Mailgun to send transactional emails from the stripe.com domain, and we also use UserVoice (who also uses Mailgun) to send support email from the stripe.com domain. We've long wanted to have UserVoice send DKIM-signed email, and they've recently made some changes on their end to allow this by creating a stripe.com domain under their Mailgun account. However, Mailgun's use of a single, constant DKIM selector (s=mg) prevents us from providing a separate DNS entry that matches the UserVoice stripe.com DKIM key.
Is there any chance that we (or UserVoice) could specify a different selector to allow us…
3 votesThis has been implemented. You can now override the DKIM selector value in the API/dashboard.
-
82 votes
Hello,
I’m excited to announce that Mailgun now supports two-factor authentication. You can enable 2fa on your account in the security section of the dashboard. Let us know if you have any feedback.
Best,
Josh -
3 votes
You can now set an account-level message limit under the Account Settings section in the Mailgun dashboard.
-
Enable other ports for SMTP
Some providers do not allow outbound connections on ports 25, 465, and 587, such as Google Compute Engine.
It would be great to offer other ports for these providers.
6 votesWe have several alternative ports available, read more at http://blog.mailgun.com/25-465-587-what-port-should-i-use/
-
Allow multiple logins per Mailgun account. Not having this creates an absolute NIGHTMARE for teams larger than 3-5 developers.
As a dev team with multiple users who all may need access to this account, having a shared account is a nightmare from an access standpoint. Every time someone leaves, we have to change passwords, and as an organization we are focused on keeping individual users separate so we don't have a bunch of shared logins.
We don't need much; in fact, our team could all be administrators on the account, although going forward we'd want to have admins and maybe users who have more limited access. But we do need to have the ability to set up each user…
54 votesHi All,
We’re pleased to let you know multi-user access is now available in the Mailgun control panel. Please check it out and let us know what you think!You can add new users in the Account Settings tab of the Mailgun control panel.
Best,
Josh Odom
Director, Product Development – Mailgun
www.mailgun.com -
Set webhooks using the API
I'd like to set webhooks for a domain using the API
1 voteThis functionality exists on the domains API.
-
Track by day - Don't make me guess!
I'm not a developer. So webhooks and APIs aren't for me. How am I supposed to determine how many emails I've sent in a billing period?!? I can't. I can only guess.
Tracking cumulative monthly send (and other data) tells me little. I'd like to be able to track by day or a number of days in the past month so I can see where I'm at with my monthly subscription volume as well as track and compare campaigns.
4 votesMailgun now includes a reporting section that allows you to review your e-mail usage by account/domain.
-
Note if and what encryption was used for ssl/tls in the Received line
It would be helpful for debugging if the Received line added by mailgun would include the tls protocol if the mail was sent with starttls or ssl. I am currently using a node.js app with nodemailer and I think that uses starttls automatically, but I have no way to check that since it is not recorded in the mail.
3 votesThe TLS connection type, certificate verification and mx host have been added to event logs.
You can also manage your TLS settings using our API. More on that https://documentation.mailgun.com/user_manual.html#tls-sending-connection-settings
-
Make DKIM DNS hostname configurable
Right now when a Mailgun domain is created we cannot change the hostname of the DKIM TXT record. We are often sending on behalf of clients who control their own DNS records and there is a chance that there might be a conflict between their own DKIM records and the Mailgun provided ones. We also have clients that would like to mandate what the hostname should be.
3 votesThe DKIM selector is now configurable in the dashboard to handle this case.
-
Enable open and click tracking using the Domains API.
Enable open and click tracking using the Domains API.
2 votesThis has been implemented.
- Don't see your idea?